BT does not need resample setting - release

was more a way to force release ...
This commit is contained in:
philippe44
2019-11-24 21:36:48 -08:00
parent a0504eb4c0
commit c40d805b44

View File

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