浏览代码

resampling defaults

Christian Herzog 5 年之前
父节点
当前提交
b4d1134ad3
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      components/wifi-manager/code.js

+ 2 - 2
components/wifi-manager/code.js

@@ -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';
     }