AUDIO_REC_Start() is only used within Audio_playback_and_record.
 
Symbols
loading...
Files
loading...

AUDIO_REC_Start() function

Starts Audio streaming.

Syntax

AUDIO_ErrorTypeDef AUDIO_REC_Start(void);
Implemented in waverecorder.c:75

Return value

Audio error

References

LocationReferrerText
waverecorder.c:75
AUDIO_ErrorTypeDef AUDIO_REC_Start(void)
waverecorder.h:39
AUDIO_ErrorTypeDef AUDIO_REC_Start(void);
menu.c:222AUDIO_MenuProcess()
if(AUDIO_REC_Start() == AUDIO_ERROR_IO)