owntone / owntone-server

Linux/FreeBSD DAAP (iTunes) and MPD media server with support for AirPlay 1 and 2 speakers (multiroom), Apple Remote (and compatibles), Chromecast, Spotify and internet radio.
https://owntone.github.io/owntone-server
GNU General Public License v2.0
2k stars 231 forks source link

Equalizer support? #289

Open drcryogen opened 7 years ago

drcryogen commented 7 years ago

Does forked-daapd have EQ support when sending to AirPlay devices like iTunes does?

Maybe I'm just missing how to do this but I'd like to be able to, for example, reduce bass to the remote speakers so as to not irritate the neighbors during playback.

ejurgensen commented 7 years ago

No, there is no support for that. It would be possible to add support for this using an ffmpeg filter, but then the equalizer would apply to all speakers. I'm not sure if that would be good enough? Having an individual equalizer for each speaker wouldn't be so easy to support.

drcryogen commented 7 years ago

I was indeed just thinking a single EQ applied to all speakers, similar to how iTunes does it. What you suggest would definitely be good enough for what I was looking for.

I can imagine it would probably be really annoying to listen to multiple speakers with individual EQ settings. Especially if the settings were drastically different on different speakers.


Message created using 100% recycled electrons

On Sep 28, 2016, at 2:21 AM, ejurgensen notifications@github.com wrote:

No, there is no support for that. It would be possible to add support for this using an ffmpeg filter, but then the equalizer would apply to all speakers. I'm not sure if that would be good enough? Having an individual equalizer for each speaker wouldn't be so easy to support.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

MatejLach commented 5 years ago

I'd also be happy with a global EQ setting for all speakers, if this were to be implemented.

Thanks for your hard work @ejurgensen

sebasjunca commented 4 years ago

Hi all!

Any news on how to implement the EQ? Or how to use an ffmpeg filter to achieve it?

@ejurgensen thanks for forked-daapd, it's amazing!