Skip to main content

Bela_startAudio

Function Bela_startAudio 

Source
pub unsafe extern "C" fn Bela_startAudio() -> c_int
Expand description

\brief Begin processing audio and sensor data.

This function will start the Bela audio/sensor system. After this function is called, the system will make periodic calls to render() until Bela_stopAudio() is called.

\return 0 on success, or nonzero if an error occurred.