jmshrv / finamp

A Jellyfin music client for mobile
Mozilla Public License 2.0
1.94k stars 127 forks source link

Feature: EQ? #453

Open imstupidwithlinux opened 1 year ago

imstupidwithlinux commented 1 year ago

Id like to have a built in eq like in vlc as there is none other method to use one on iOS (of that I'm aware of)

jmshrv commented 1 year ago

Technically a duplicate of #274, but we'll split it out here because that issue is for two different things.

just_audio (the plugin we use to play audio in Finamp) only supports audio effects on Android. The relevant documentation is here.

On iOS, this PR needs to be completed on the plugin: https://github.com/ryanheise/just_audio/pull/784