Up the audio bitrate to minimize clicking

This commit is contained in:
2026-03-01 07:25:11 +01:00
parent 06fe74975b
commit 2f59a2a032
2 changed files with 3 additions and 3 deletions

View File

@@ -181,7 +181,7 @@ def main():
"ffmpeg", "-loglevel", "error",
"-re",
"-f", "s16le", "-ar", str(rate), "-ac", "1", "-i", tmp.name,
"-acodec", "libopus", "-b:a", "64k",
"-acodec", "libopus", "-b:a", "96k",
"-f", "rtp", session["url"],
],
)