Add support for setting a processing callback for ma_engine.
This is optional and is fired at the end of each call to ma_engine_read_process_pcm_frames(). The callback will be passed the processed audio data so they can do their own processing such as outputting to a file or whatnot. The callback is configured via the engine config.
Showing
Please register or sign in to comment