From 980bc382610edf414f1f8bc2e4a01a6555f63c37 Mon Sep 17 00:00:00 2001 From: Pierre Wielders Date: Tue, 2 Jan 2024 19:26:41 +0100 Subject: [PATCH] Update CMakeLists.txt Just a commit to get a fresh rebuild for the actions (there is no such button as far as I know :-( ) --- BluetoothAudio/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/BluetoothAudio/CMakeLists.txt b/BluetoothAudio/CMakeLists.txt index cab5d4541..5c5bd3531 100644 --- a/BluetoothAudio/CMakeLists.txt +++ b/BluetoothAudio/CMakeLists.txt @@ -45,10 +45,8 @@ set(PLUGIN_BLUETOOTHAUDIO_STARTMODE "activated" CACHE STRING "Automatically star set(PLUGIN_BLUETOOTHAUDIO_CONTROLLER "BluetoothControl" CACHE STRING "Bluetooth controller callsign") set(PLUGIN_BLUETOOTHAUDIO_INTERFACE "0" CACHE STRING "Bluetooth host interface to use") set(PLUGIN_BLUETOOTHAUDIO_INACTIVITYTIMEOUT "5000" CACHE STRING "Server inactivity timeout") - set(PLUGIN_BLUETOOTHAUDIO_SINK_LATENCY "20" CACHE STRING "Audio sink device audio latency") set(PLUGIN_BLUETOOTHAUDIO_SINK_CODECSBC_PRESET "HQ" CACHE STRING "Audio sink SBC codec quality preset") - set(PLUGIN_BLUETOOTHAUDIO_SOURCE_CONNECTOR "/tmp/bluetoothaudiosource" CACHE STRING "Audio source connector") set(PLUGIN_BLUETOOTHAUDIO_SOURCE_CODECSBC_MAXBITPOOL "53" CACHE STRING "Audio source SBC codec maximum supported bitpool value")