Keyvan Fatehi

Results 92 comments of Keyvan Fatehi

![image](https://github.com/ken107/read-aloud/assets/175305/5957420e-e1f7-4ffa-9bdf-373e7b272734) nothing at all while playing the Persian voice thru piper on my small server with an nvidia card in it. meanwhile I need to use my gaming machine for...

Yeah good points. Following this section https://github.com/rhasspy/piper?tab=readme-ov-file#people-using-piper leads (through [NVDA - NonVisual Desktop Access](https://www.nvaccess.org/post/in-process-8th-may-2023/#voices)) to the Rust implementation of Piper which sounds may be good path to a Windows executable...

hi @baradm100 i dont understand why this PR has to change so many files. i didn't see this implementation when i set out to implement streaming today (shipped in #873),...

> is it tested compatible with openai.ChatCompletion module ? > > No issue in non streaming mode but can't get messages in streaming... I used curl for my test. Do...

welp, i stupidly implemented this myself also in #873 without having checked other PRs first... lol actually, looking at the two candidate PRs, i shouldn't call myself stupid. my version...

I saw this thread a few weeks ago and looked for alternative solutions. I found one and can confirm it is working after testing, however it does depend on pretty...

@Nirvanatin as far as I am aware, there is nothing like bluealsa on Windows. However, if your Windows supports Hyper-V, and you have acquired the compatible bluetooth hardware mentioned earlier,...

@Nirvanatin I tried getting it to work within Windows as described but I ran into a wall. That said, it appears that this person was able to get that particular...

Hey @zecloud I was having errors running on my 4090 with those older versions of cuda, but this is working well: ```dockerfile FROM nvidia/cuda:11.8.0-base-ubuntu20.04 ENV PYTHON_VERSION=3.8 RUN export DEBIAN_FRONTEND=noninteractive \...

Yeah it seems to be a duplicate of https://github.com/ken107/read-aloud/issues/224