blakeblackshear.frigate/frigate/comms
Josh Hawkins 6dc36fcbb4 Audio transcription support (#18398)
* install new packages for transcription support

* add config options

* audio maintainer modifications to support transcription

* pass main config to audio process

* embeddings support

* api and transcription post processor

* embeddings maintainer support for post processor

* live audio transcription with sherpa and faster-whisper

* update dispatcher with live transcription topic

* frontend websocket

* frontend live transcription

* frontend changes for speech events

* i18n changes

* docs

* mqtt docs

* fix linter

* use float16 and small model on gpu for real-time

* fix return value and use requestor to embed description instead of passing embeddings

* run real-time transcription in its own thread

* tweaks

* publish live transcriptions on their own topic instead of tracked_object_update

* config validator and docs

* clarify docs
2025-08-16 10:20:33 -05:00
..
base_communicator.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
config_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
detections_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
dispatcher.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
embeddings_updater.py Audio transcription support (#18398) 2025-08-16 10:20:33 -05:00
event_metadata_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
events_updater.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
inter_process.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00
mqtt.py Fixes (#18139) 2025-05-11 12:03:53 -06:00
recordings_updater.py Refactor processors and add LPR postprocessing (#16722) 2025-02-21 06:51:37 -07:00
webpush.py Dynamic Config Updates (#18353) 2025-08-16 10:20:33 -05:00
ws.py Improve Notifications (#16453) 2025-02-10 19:47:15 -07:00
zmq_proxy.py Fix various typing issues (#18187) 2025-05-13 08:27:20 -06:00