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
Amperfly has been excellent but sounds different compared to my Spotify since it's missing EQ. An equalizer would be a very nice feature to have and would be enjoyed by most. Both Spotify and Apple Music implement this.
Seems like it's possible with AVAudioUnitEQ. Let me know if you need help implementing it and I can create a PR.
Thanks!
The text was updated successfully, but these errors were encountered:
This sounds really good. I would love to see an PR for this feature. Just a couple of questions:
should there be one equalizer in total or should every device (iPhone, HomePod, Bluetooth headphones, …) have one?
Should it only be possible to tune the device (see 1.) or should it be possible to tune every song separately (in addition to the device) too?
Spotify's equalizer seems to be one in total, Apple Music's is even more basic (and doesn't allow custom settings). So best practice is probably to keep it keep it simple.
Should only be per device. Anything per song should probably be done on the server side, maybe?
I can definitely take a look at implementing this, with enough time. I'll also throw on some AutoEQ headphone presets!
Amperfly has been excellent but sounds different compared to my Spotify since it's missing EQ. An equalizer would be a very nice feature to have and would be enjoyed by most. Both Spotify and Apple Music implement this.
Seems like it's possible with AVAudioUnitEQ. Let me know if you need help implementing it and I can create a PR.
Thanks!
The text was updated successfully, but these errors were encountered: