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

Handling fades #11

Open
wsievern opened this issue Apr 1, 2024 · 2 comments
Open

Handling fades #11

wsievern opened this issue Apr 1, 2024 · 2 comments

Comments

@wsievern
Copy link
Contributor

wsievern commented Apr 1, 2024

What's up everyone,

Over the last couple of days I have been figuring out how to implement clean (popless) fade outs when stopping playback. It's working, and sounding great!

The implementations for Android and iOS vary quite a bit because of differences between how the mSamples buffer is handled on each platform.

I'll add a PR later today @chipweinberger so you can check it out!

Will

@chipweinberger
Copy link
Owner

chipweinberger commented Apr 1, 2024

in my app i handle fades in the dart code

i don't think it should be handled in native code

but feel free to open a pr

@bbischler
Copy link

Hi @chipweinberger
Could you give me an example of how you handled fade in/out? I cant seems to figure it out. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants