matatonic / openedai-whisper

An OpenAI API compatible speech to text server for audio transcription and translations, aka. Whisper.
GNU Affero General Public License v3.0
10 stars 2 forks source link

feat: add support for Wyoming protocol #2

Open bannert1337 opened 6 days ago

bannert1337 commented 6 days ago

Currently, I host two STT and TTS containers, one pair for Home Assistant, one for Open-WebUI. If openedai-whisper added support for the Wyoming protocol, it could also be used directly in Home Assistant without an additional container.

matatonic commented 6 days ago

Interesting, I've never heard of the Wyoming Protocol before, I'll look into it, thanks.