lurebat / openai_stt

GNU General Public License v3.0
1 stars 1 forks source link

STT or TTS... #1

Open davidohne opened 4 months ago

davidohne commented 4 months ago

In the hacs json you are talking about openai sst and also files are downloaded into openai_sst.

But this plugin is about tts, am I right?


Okay got it. The folder naming in the repo is not right and the readme is still on the tts thing..

lurebat commented 4 months ago

It's stt. I got the code from here https://github.com/shiipou/openai_stt

And they didn't bother to change the Readme and I didn't either.

It's not a fork because I already have a fork of the tts one https://github.com/lurebat/openai_tts

My fork for the tts makes it work with azure openai (by providing a url param and sending the api key header)

This repo fixes the other stt one and also adds the same azure support.

All in all they both are working fine for me now.

davidohne commented 4 months ago

Got it. Cant make it work in an assist. always speech-to-text failed. Hm. Have to look into it later :(