Increase maximum possible buffer length

- updated snapserver.conf
- allow wifi bandwith of 40MHz
- add debug messages (disabled by default)

Signed-off-by: Karl Osterseher <karli_o@gmx.at>
This commit is contained in:
Karl Osterseher
2022-12-15 07:57:46 +01:00
Unverified
parent 83928dccf3
commit 430cd080f3
5 changed files with 227 additions and 220 deletions

View File

@@ -136,7 +136,7 @@ doc_root = /usr/share/snapserver/snapweb
source = pipe:///tmp/snapfifo?name=default
# Default sample format
sampleformat = 48000:16:2
sampleformat = 44100:16:2
# Default transport codec
# (flac|ogg|opus|pcm)[:options]
@@ -147,8 +147,13 @@ codec = flac
#chunk_ms = 20
# Buffer [ms]
buffer = 504
# WROOM (modules with no static RAM)
buffer = 900 # this is on the edge of the possible for 44100:16:2,
# you'll probably get some memory allocation errors
# which most certainly will be audible as clicks.
# You will want to set this a bit lower, please experiment yourself.
# WROVER (modules with static RAM)
#buffer = 1000 # you'll have more than enough RAM to go even higher
# Send audio to muted clients
#send_to_muted = false