Home
last modified time | relevance | path

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

/external/sonic/
Dwave.c17 #define WAVE_BUF_LEN 4096 macro
332 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()