|
@@ -443,9 +443,9 @@ function generateCommand() {
|
|
|
var commandLine = commandHeader + '-n ' + $("#player").val();
|
|
|
|
|
|
if (output == 'bt') {
|
|
|
- commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -u m -Z 192000 -r "44100-44100"';
|
|
|
+ commandLine += ' -o "BT -n \'' + $("#btsink").val() + '\'" -R -Z 192000';
|
|
|
} else if (output == 'spdif') {
|
|
|
- commandLine += ' -o SPDIF';
|
|
|
+ commandLine += ' -o SPDIF -R -Z 192000';
|
|
|
} else {
|
|
|
commandLine += ' -o I2S';
|
|
|
}
|