gkamradt / QuickAgent

315 stars 141 forks source link

I dont get voice output #2

Open tomwarias opened 6 months ago

tomwarias commented 6 months ago

Everything works well exept Voice output, I can chat with it and see the first byte time ouput from TTS but no voice. I do have ffmpeg and all requirements

gkamradt commented 6 months ago

I had an issue with this yesterday too then made a quick PR to update a few things. Can you try updating the code or recloning to see if it works for you?

or make these changes yourself if you haven't already https://github.com/gkamradt/QuickAgent/commit/21ae2b0e286759e186e12a76addd250a5a491381

tomwarias commented 6 months ago

Works, thanks for help

tazei186 commented 5 months ago

it doesnt work for me

T-adero1 commented 1 month ago

Replace the DEEPGRAM_URL with: DEEPGRAM_URL = f"https://api.deepgram.com/v1/speak?model {self.MODEL_NAME}&encoding=linear16&sample_rate=24000"

shivakthota commented 1 month ago

awesome...changing the url fixed this isssue.