mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
gwah
This commit is contained in:
+2
-2
@@ -12,8 +12,8 @@ pcm.dmixer {
|
||||
rate 16000
|
||||
channels 1
|
||||
period_time 0
|
||||
period_size 256
|
||||
buffer_size 1024
|
||||
period_size 1024
|
||||
buffer_size 4096
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -41,8 +41,6 @@ run_pipeline() {
|
||||
-loglevel warning \
|
||||
-fflags nobuffer \
|
||||
-flags low_delay \
|
||||
-max_delay 0 \
|
||||
-reorder_queue_size 0 \
|
||||
-analyzeduration 0 \
|
||||
-probesize 32 \
|
||||
-i "${AUDIO_FORWARD_URL}" \
|
||||
@@ -57,9 +55,7 @@ run_pipeline() {
|
||||
-t raw \
|
||||
-f S16_LE \
|
||||
-r 16000 \
|
||||
-c 1 \
|
||||
-B 40000 \
|
||||
-F 10000
|
||||
-c 1
|
||||
local rc=$?
|
||||
local -a statuses=("${PIPESTATUS[@]}")
|
||||
LAST_FFMPEG_STATUS="${statuses[0]:-unknown}"
|
||||
|
||||
Reference in New Issue
Block a user