PSprague
PSprague
Will try the extra stops and other voices
I directly copied your SSML example from the README: [TTS-SSML_test.txt](https://github.com/rhasspy/larynx/files/7463795/TTS-SSML_test.txt) $ python3 -m larynx --ssml -v southern_english_female-glow_tts < TTS-SSML_test.txt
> remove the newline characters I'm missing something here. Are you saying to create a mixed blob of text and ssml cmds? How is that even decipherable by a human...
OK, stripping the newline as it "reads the file. $ tr < Yakusoku-6_attacker_detail_TTS-SSML-Espeak.txt '\n' ' ' | python3 -m larynx --ssml -v en-us Works well, thanks When do you think...
TTS and SSML very new to me, with my background being more on computer-vision and DL to assess ecological impacts. I guess it really comes back to interests and/or business...
I'll share the fork url once it actually works fully. I've had to move to other work, but plan to get back to this fairly soon. I have ~15 Slack...
RE Spaces: Yup, its a room in a room. I initially have started down that path, but am thinking if there is a way to simplify everything by importing into...
Hmm, I spent some tine yesterday and today looking through the code. Not seeing how you have changed the scope of config by moving it from the Main function to...
Been refactoring this code over the last week to get it to properly import a "slackdump" export. Running Pylinter and PDB against this code points to all kinds of issues....
Sure, I'll share the fork url once it actually works fully. I've had to move to other work, but plan to get back to this fairly soon. I have ~15...