diff options
Diffstat (limited to 'conf.d/cmake/config.cmake')
-rw-r--r-- | conf.d/cmake/config.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.d/cmake/config.cmake b/conf.d/cmake/config.cmake index 97c4986..e7801c8 100644 --- a/conf.d/cmake/config.cmake +++ b/conf.d/cmake/config.cmake @@ -45,6 +45,7 @@ set(CMAKE_BUILD_TYPE "DEBUG") # ----------------------------- add_compile_options(-DMAX_SND_CARD=16) # should be more than enough even in luxury vehicule add_compile_options(-DMAX_LINEAR_DB_SCALE=24) # until 24db volume normalisation use a simple linear scale +add_compile_options(-DTLV_BYTE_SIZE=256) # Alsa use 4096 as default but 256 should fit most sndcards # Compiler selection if needed. Overload the detected compiler. # ----------------------------------------------- |