Home
last modified time | relevance | path

Searched refs:convertWave (Results 1 – 4 of 4) sorted by relevance

/dports/audio/bristol/bristol-0.60.10/bristol/
H A Dsdco.c60 extern int convertWave();
445 if (convertWave(mem, "/tmp/rhodespiano.raw", HINT_RHODES, 38, 1) in fillWave()
H A Dsdcoutils.c255 convertWave(sampleData *sd, char *file, int type, int loc, int layer) in convertWave() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/agi/
H A Dsound_2gs.cpp476 static bool convertWave(Common::SeekableReadStream &source, int8 *dest, uint length) { in convertWave() function
513 _isValid = convertWave(stream, _sample, _header.sampleSize); in IIgsSample()
831 return convertWave(*uint8Wave, _wavetable, SIERRASTANDARD_SIZE); in loadWaveFile()
/dports/games/scummvm/scummvm-2.5.1/engines/agi/
H A Dsound_2gs.cpp478 static bool convertWave(Common::SeekableReadStream &source, int8 *dest, uint length) { in convertWave() function
515 _isValid = convertWave(stream, _sample, _header.sampleSize); in IIgsSample()
833 return convertWave(*uint8Wave, _wavetable, SIERRASTANDARD_SIZE); in loadWaveFile()