fix BT sample rate on sl command line for now

This commit is contained in:
Christian Herzog
2019-10-19 20:13:51 +02:00
parent 76433b9594
commit 4e6720a8ec

View File

@@ -334,7 +334,7 @@ $(document).ready(function(){
var commandLine = commandHeader + '-n ' + $("#player").val();
if (output == 'bt') {
commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000 -r "44100-44100"';
} else if (output == 'spdif') {
commandLine += ' -o SPDIF -R -Z 192000';
} else {