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

Volume leveller / dynamic compressor #1234

Open
patrickrushton opened this issue Dec 25, 2024 · 1 comment
Open

Volume leveller / dynamic compressor #1234

patrickrushton opened this issue Dec 25, 2024 · 1 comment

Comments

@patrickrushton
Copy link

While Volume Boost provides a simple increase in volume, it would be great to have a dynamic leveller that smooths out peaks and dips.

Similar features can be heard in podcast apps like Overcast and Castro. Pocket Cast’s implementation uses standard Apple Audio components: https://github.com/Automattic/pocket-casts-ios/blob/3c539d4f4bcbeb280066a4800b21f74b3e605551/podcasts/EffectsPlayer.swift#L299

@GianniCarlo
Copy link
Collaborator

This is very interesting, I wasn't aware that PocketCasts was open source too. We use AVPlayer directly right now, but I was aware that to do real audio processing I would need to go down to AVAudioEngine, and that with CoreAudio, it had its own learning curve. I can take their EffectsPlayer as a guide for what I want to do 🤔, thanks for this

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

No branches or pull requests

2 participants