"tests/vscode:/vscode.git/clone" did not exist on "85e660cb6bd20d623f9c8c4cf86eb55a74dad9cd"
Unverified Commit 85f29d72 authored by LiangLiu's avatar LiangLiu Committed by GitHub
Browse files

Fix shot audio probe failed (#380)

parent 772fdb14
......@@ -135,6 +135,14 @@ class VARecorder:
"""Start ffmpeg process that connects to our TCP sockets"""
ffmpeg_cmd = [
"ffmpeg",
"-fflags",
"nobuffer",
"-analyzeduration",
"0",
"-probesize",
"32",
"-flush_packets",
"1",
"-f",
"s16le",
"-ar",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment