bluefireteam / audioplayers

A Flutter package to play multiple audio files simultaneously (Android/iOS/web/Linux/Windows/macOS)
https://pub.dartlang.org/packages/audioplayers
MIT License
2.01k stars 844 forks source link

How to implement equalizer in audioPlayers #303

Open mohammadne opened 5 years ago

mohammadne commented 5 years ago

I want to equalize the sound something like:

https://lh3.googleusercontent.com/CRQ6mQTRV-3wffWD9neF1ah1mnT4yi0xi_i14XlvGkeBZF87R79GMXk9v-Wl4ufp4Lc

Is it possible?

secretwpn commented 5 years ago

Also to the same topic - how about audio normalization? Say I have a playlist and tracks could differ in volume levels - would be great to have a possibility to normalize levels when playing.