Hi.
Is there any way to adjust audio bass/treble characteristics via software equalizer/plugin?
Search found 3 matches
- August 22nd, 2020, 9:16 am
- Forum: General Discussion
- Topic: Software sound equalizer?
- Replies: 2
- Views: 1661
- September 11th, 2018, 9:38 pm
- Forum: General Discussion
- Topic: Android and config file (mpd.conf)
- Replies: 2
- Views: 2355
Re: Android and config file (mpd.conf)
Thank you! 
Placing mpd.conf in /storage/sdcard0 and changing settings to:
----------------
audio_output {
type "sles"
mixer_type "software"
}
----------------
worked like a charm.
System is up and running. Problem solved!

Placing mpd.conf in /storage/sdcard0 and changing settings to:
----------------
audio_output {
type "sles"
mixer_type "software"
}
----------------
worked like a charm.
System is up and running. Problem solved!
- September 11th, 2018, 6:16 pm
- Forum: General Discussion
- Topic: Android and config file (mpd.conf)
- Replies: 2
- Views: 2355
Android and config file (mpd.conf)
Hi I'm trying to make MPD installed on rooted Android device (Samsung S7580) to adjust sound volume while playing network streams. Client M.A.L.P. is installed on another Android device. Changing tracks, playing, pausing, displaying track info works OK. But adjusting volume - no luck so far 1. Is vo...