Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distortion Audio Effect #993

Closed
khaled-qasem opened this issue Jan 17, 2024 · 2 comments
Closed

Distortion Audio Effect #993

khaled-qasem opened this issue Jan 17, 2024 · 2 comments
Assignees

Comments

@khaled-qasem
Copy link

Is distortion audio effect supported?
I wanted to support it in my app similar to speed and pitch audio effects that imported from sonic in exoplayer library?

If it's not supported, how easy to support that?
Should I implement new AudioProcessor and Renderer for Distortion audio effect, where I implement distortion algorithm in it?

No examples and nothing mentioned in docs about these effects like distortion and delay effects

@Samrobbo
Copy link
Contributor

We do not have a default implementation of an AudioProcessor that handles distortion. To support that you would need to implement it yourself (I recommend extending BaseAudioProcessor).

Once implemented, you need to pass an instance of your AudioProcessor to the DefaultAudioSink provided to the audio renderer.

@khaled-qasem
Copy link
Author

Got it
Thank you guys

@androidx androidx locked and limited conversation to collaborators Apr 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants