Searched refs:WAVE_BUF_LEN (Results 1 – 1 of 1) sorted by relevance
17 #define WAVE_BUF_LEN 4096 macro332 unsigned char bytes[WAVE_BUF_LEN]; in readFromWaveFile()335 if(maxSamples*file->numChannels*2 > WAVE_BUF_LEN) { in readFromWaveFile()336 maxSamples = WAVE_BUF_LEN/(file->numChannels*2); in readFromWaveFile()356 unsigned char bytes[WAVE_BUF_LEN]; in writeToWaveFile()361 if(bytePos == WAVE_BUF_LEN) { in writeToWaveFile()