浏览代码

fix BT sample rate on sl command line for now

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

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

@@ -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 {