AUDIO_IN_BUFFER_SIZE is only used within STemWin.
 
Symbols
loading...
Files
loading...

AUDIO_IN_BUFFER_SIZE macro

Syntax

#define AUDIO_IN_BUFFER_SIZE (10 * 2304)

References

LocationText
audio_if.h:30
#define AUDIO_IN_BUFFER_SIZE (10 * 2304) /* buffer size in half-word */
audio_recorder_app.c:386
if (haudio.ppcm == AUDIO_IN_BUFFER_SIZE/2)
audio_recorder_app.c:390
else if (haudio.ppcm >= AUDIO_IN_BUFFER_SIZE)
audio_recorder_app.c:410
if (haudio.ppcm == AUDIO_IN_BUFFER_SIZE/2)
audio_recorder_app.c:414
else if (haudio.ppcm >= AUDIO_IN_BUFFER_SIZE)
audio_recorder_app.c:536
AUDIO_IN_BUFFER_SIZE/2,
audio_recorder_app.c:553
if(f_write(&wav_file, (uint8_t*)(haudio.buff + AUDIO_IN_BUFFER_SIZE/2),
audio_recorder_app.c:554
AUDIO_IN_BUFFER_SIZE/2,