Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/tools/sndconv/src/
Dsound.c47 static u8 soundFile[1024]; variable
71 strcpy(soundFile, ch); in soundSetSoundFile()
134 soundFile[0] = 0; in soundInitParams()
156 getSoundSamples(soundFile, &soundinfo, ptemp); in soundGetBuffer()
424 status = getSoundInfo(soundFile, &soundinfo); in soundPrintSound()
430 printf("%cWarning, %s is not 8bit or 16bit, data not encoded!\n", 7, soundFile); in soundPrintSound()
434 printf("%cWarning, %s is not mono or stereo, data not encoded!\n", 7, soundFile); in soundPrintSound()
482 printf("%cWarning, cannot convert %s!\n", 7, soundFile); in soundPrintSound()