Skip to content

Hardware Preprocessors #27

@SineVector241

Description

@SineVector241

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions