We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is more of a feature request:
Would it be possible to add a fade out option with a parameter for how long the fade out should be when calling the stopall function?
The use cases would be when using the loop function for multiple playing files you may want to fade out those sounds instead of stopping them at once.
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion. I'll look into it.
Sorry, something went wrong.
This might be a solution:
https://littlebitesofcocoa.com/265-fading-audio-with-avaudioplayer
SetVolume with duration added as in AVAudioPlayer
b48e7a2
It will also address issue # 16 adamcichy#16
No branches or pull requests
This is more of a feature request:
Would it be possible to add a fade out option with a parameter for how long the fade out should be when calling the stopall function?
The use cases would be when using the loop function for multiple playing files you may want to fade out those sounds instead of stopping them at once.
The text was updated successfully, but these errors were encountered: