Hardware Preprocessors #28
Replies: 1 comment 4 replies
-
I don't have any knowledge about the audio API in Android, so I can't help with this specific issue. However, in this example, if the Regarding processing, you can add modifiers to the recorder component. These modifiers will process the audio data before it is passed to the encoder. I've moved this to the Discussions section as it's not a bug report or feature request. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
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?
Beta Was this translation helpful? Give feedback.
All reactions