tguillem / mpd

WIP stuff for mpd
GNU General Public License v2.0
13 stars 1 forks source link

Volume alway return -1 #3

Open woday-dev opened 8 years ago

woday-dev commented 8 years ago

Hi Thomas, First of all, thanks a lot for your great input to this amazing project, this revive my broken android phone as "music play daemon". However, when I get status from mpd server running on android, the volume always return '-1', can you help to solve this issue, so I can control the volume from mpd clients?

tguillem commented 8 years ago

Add the following to your mpd.conf

audio_output { name "sles" type "sles" mixer_type "software" }

But then, you'll use a software mixer that can lower the sound quality.

woday-dev commented 8 years ago

Thanks for your help, this is a great solution!