소스 검색

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 {