will wade

Results 254 comments of will wade

See also https://github.com/rhasspy/piper/issues/404 it’s

Short answer - no. I haven’t got it to work. That sounds promising. That output. Is that not the bytestream? So it wouldn’t be readable like that anyway? Tried piping...

> Anyone tried this script here: https://github.com/dspasyuk/llama.cui/blob/main/piper_install_mac.sh I have tested it on M2 Mac. Piper is integrated with Llama.cui. I think the key thing really here is this. i``` f...

Ok. Fixed this. Read https://github.com/thevickypedia/py3-tts/issues/4 and https://github.com/thevickypedia/py3-tts/pull/6 The reason it doesn't play is that there is no code for it to actually play on Mac. There is a line to...

Im pretty sure @nateshmbhat you can close this now

If anyone wants to dig into this I recommend starting here https://github.com/AceCentre/SAPI-POC/tree/main we have plans to create a bridge between as many tts systems and sapi as possible. But if...

ref: #9 It's doable. But pydirectinput does make things a bit easier.. NB: A list of files/functions that need tweaking - requirements.txt. Needs ; `sys_platform == 'win32'` putting on lines...

@tjthejuggler See https://peps.python.org/pep-0508/ I think Basically in the requirements txt if there is a Linux only library do Library ; sys_platform == ‘linux’ See my current WIP PR an example...