asrv_audio_start()

Start the audio module.

Synopsis:

#include "asr/asrv.h"
 
int asrv_audio_start()

Arguments:

Library:

libasr

Description:

The asrv_audio_start() function causes the module to begin to perform its particular service, for example capturing audio or playing back from a file.

Returns:

0 Success.

-1 An error occurred.