Searched refs:AUDIO_FREQ (Results 1 – 4 of 4) sorted by relevance
16 #define AUDIO_FREQ 16000 macro18 #define PCM_BLK_SIZE_MS ((AUDIO_FREQ/1000) * sizeof(int16_t))25 .pcm_rate = AUDIO_FREQ,
19 #define AUDIO_FREQ 16000 macro21 #define PCM_BLK_SIZE_MS ((AUDIO_FREQ/1000) * sizeof(int16_t))28 .pcm_rate = AUDIO_FREQ,
69 .. note:: It is possible to change the AUDIO_FREQ to 32000 acquiring only 2500 ms. In this
80 .. note:: It is possible to change the AUDIO_FREQ to 32000 acquiring only 500 ms.