Fix audio transcription (#20395)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions

* camera level config

* set up model runner on thread start to avoid unpickling error

* ensure feature is enabled globally

* suppress info logs from faster_whisper

* fix incorrect event_type for api and audio timeline entries

* docs

* fix

* clean up
This commit is contained in:
Josh Hawkins
2025-10-08 18:06:03 -05:00
committed by GitHub
parent c71e235b38
commit c61bb8f8ae
7 changed files with 33 additions and 21 deletions
+1 -1
View File
@@ -156,7 +156,7 @@ class TimelineProcessor(threading.Thread):
event_type: str,
event_data: dict[Any, Any],
) -> bool:
if event_type != "new":
if event_type != "start":
return False
if event_data.get("type", "api") == "audio":