Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
Just a commit to get a fresh rebuild for the actions (there is no such button as far as I know :-( )
  • Loading branch information
pwielders authored Jan 2, 2024
1 parent 52c5cff commit 980bc38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions BluetoothAudio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 980bc38

Please sign in to comment.