Skip to content

Commit

Permalink
Reduced requested latency to 10ms.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Jun 26, 2024
1 parent 696f802 commit ac3fb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rootfs/etc/services.d/audiorecorder/params
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -u # Treat unset variables as an error.

echo "--latency-msec"
echo "50"
echo "10"

if is-bool-val-true "${CONTAINER_DEBUG:-0}"; then
echo "--debug"
Expand Down

0 comments on commit ac3fb01

Please sign in to comment.