[Config Support]: No processor handled the topic transcribe_audio #23234
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
The error "No processor handled the topic transcribe_audio" occurs because you have For audio transcription to work, you must enable it at the global level. The camera-level To fix this, change your global config to: audio_transcription:
enabled: True
device: CPU
model_size: large
language: frThen you can selectively disable it on cameras where you don't want transcription: cameras:
back_yard:
...
audio_transcription:
enabled: FalseA few additional notes:
Since you're using OpenVINO with Intel hardware (not CUDA), running the 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.


You can just enable it at the global level, then explicitly disable it for the other cameras you don't want to use it for. That would achieve the same goal.
Not at this time, but expanding the transcription features to remote providers is planned for a future version.