mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-09 21:17:18 +03:00
BT does not need resample setting - release
was more a way to force release ...
This commit is contained in:
@@ -346,7 +346,7 @@ $(document).ready(function(){
|
|||||||
var commandLine = commandHeader + '-n ' + $("#player").val();
|
var commandLine = commandHeader + '-n ' + $("#player").val();
|
||||||
|
|
||||||
if (output == 'bt') {
|
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') {
|
} else if (output == 'spdif') {
|
||||||
commandLine += ' -o SPDIF -R -Z 192000';
|
commandLine += ' -o SPDIF -R -Z 192000';
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user