Hi. Is there a way to link hardware preprocessors such as Echo Cancellation, Denoiser and AutomaticGainControl?
For example I have a custom preprocessor classes that use the hardware version of those preprocessors which requires a session ID from the android recorder.
Example This is available via the net9.0-android TFM.
_echoCanceler = AcousticEchoCanceler.Create((int)_recorder.SessionId);
Can I use the default recorder available in MiniAudioEngine to link it up or would I need to create my own recorder/per platform audio engine and then link up the preprocessors?
Hi. Is there a way to link hardware preprocessors such as Echo Cancellation, Denoiser and AutomaticGainControl?
For example I have a custom preprocessor classes that use the hardware version of those preprocessors which requires a session ID from the android recorder.
Example This is available via the net9.0-android TFM.
Can I use the default recorder available in MiniAudioEngine to link it up or would I need to create my own recorder/per platform audio engine and then link up the preprocessors?