You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: