03-28-2019, 02:45 AM
(03-27-2019, 09:00 PM)Tim Curtis Wrote: Edit the function updMpdConf() in file /var/www/inc/playerlib.php and add the format line in the // bluetooth code block.
I edited playerlib as follows:
$output .= "audio_output {\n";
$output .= "type \"alsa\"\n";
$output .= "name \"ALSA bluetooth\"\n";
$output .= "device \"btstream\"\n";
$output .= "mixer_type \"software\"\n";
$output .= "format \"44100:16:2\"\n";
$output .= "}\n";
However, it still is not writing in the format when I change to bluetooth. What have I done wrong?