will wade

Results 81 issues of will wade

We want to sign our Windows builds so that when a user opens up EyeCommander on Windows it says that the publisher is 'Ace Centre' rather than 'Unknown' This process...

automation

We desperately need Kurdish TTS to support people without speech. There are no TTS systems supporting this (apart from eSpeak) I'm really parking this here as a note to anyone...

I'm working on a bunch of new aspects to TTS-Wrapper - a wrapper library around quite a few online TTS systems https://github.com/willwade/tts-wrapper/tree/piper-tts Largely commercial systems. The wrapper makes it all...

I cant install espnet_model_zoo as I get this sentencepiece building problem. What version of sentencepiece is this using? I cant figure it out.. as setup.py doesnt have a fixed version....

Just a quick FYI.. I've VERY QUICKLY (so bugs beware) added sherpa-onnx to this python tts-wrapper.. https://github.com/willwade/tts-wrapper?tab=readme-ov-file#sherpa-onnx We do fun things like listing available voices, auto downloading models and running...

- This makes it all the more useful as you can then use it for manipulating the audio file far easier in say pyaudio or otherwise

the download method in init causes a problem on windows with 'con' language code because is a reserved word

So this is the aim ```python from ttsmms import SSMLEnhancedTTS # Example SSML text with prosody changes ssml_text = """ Hello, my friends This is a test. With prosody changes....

I am hesitant about doing a PR for this..it would be breaking against your readme - but i think it might help.. so I'll just suggest this.. ```python import os...

Theres a ton of stuff going on here. Basically word event timings in NSSS and SAPI I found broken. I have only tested this in py3-tts not this OG code....