y20k / transistor

Transistor - Simple Radio App for Android
http://y20k.org/transistor/
MIT License
432 stars 121 forks source link

add equalizer #382

Open Gamefire238 opened 2 years ago

Gamefire238 commented 2 years ago

Hey, it would be great if it was added, because it can improve and beautify the sound, I hope it exists :)

Thank you - Nice app, I like its simplicity :)

y20k commented 2 years ago

Hi @Gamefire238

adding / creating an equalizer is not an easy task. I must admit that I am probably not qualified to do so. Transistor is a super simple app that stores a bunch of streaming urls and lets the system audio libraries play them back (via ExoPlayer).

So in the past I the only thing I did in the field of audio post-processing was: make sure that app works with system-wide EQs. See #189. Transistor works with AudioFX and Wavelet ... at least it used to work. I am not regularly using an EQ myself.