Keyvan Fatehi

Results 92 comments of Keyvan Fatehi

I spent a few hours to no avail trying to implement [tulir's TODO comment](https://github.com/tulir/gomuks/issues/162#issuecomment-626673288) of checking room membership. I tried two ways: 1. Using https://spec.matrix.org/latest/client-server-api/#get_matrixclientv3roomsroomidmembers but this API did not...

Hi @ken107 I am using Coqui TTS (on a hacked-up version of my Riva TTS Proxy server, nothing to do with Riva, but reusing the transcoding and making it compatible...

I took a look at https://github.com/RHVoice/RHVoice Looks like the voices are exposed via SAPI 5, which I wrote a backend for in the proxy (to access that Dariush voice). I...

> Finally, the models are not handling acronyms properly. They're using the "gruut" phonemizer library, which I guess is pronouncing the acronyms rather than spelling them out. A workaround is...

Here is some performance information with the Persian model I am using (https://github.com/karim23657/Persian-tts-coqui persian-tts-female-vits). Note that I am using an Nvidia 4090. The model takes about 6 seconds to load...

Hi! Thanks for your efforts on PyAV! I wanted to add my experience with this issue for what it's worth. In my situation I am not getting a segfault but...

I needed this too and so I copied @erfanium's code example into ChatGPT which provided this function: ```javascript function humanInterval(ms) { if (ms < 1000) return `${ms} milliseconds`; if (ms...

I just want to provide an update as to where I am stuck now on this project since it may be quite some time before I make another attempt again....

> Nice work. we've got another implementation in #28354 that will be merged soon. thanks! yes i have been testing that branch, it's very good and i've been learning a...

I'm excited about Piper because sounds better than Riva's English and [Karim's CoquiTTS Persian model](https://github.com/karim23657/Persian-tts-coqui) while seemingly taking negligible resources. They are not even using my GPU. The models are...