Grumpy Developer
Grumpy Developer
@fullymiddleaged it works for me, if you have any cases where it breaks, please report it so it can be fixed.
I had time to into the way Calibre works. Sadly, I got bad news. Short version: Calibre uses speech-dispatch for generating the audio. You can add custom tools for text-to-speech...
@vytskalt can you provide an example so I can debug/fix it?
ok, it's not the length that is the issue, it's the content. For example: "musical/sport" will be spoken as 3 words. "in the" is mangled into one spoken word. My...
It is only built into the python script, not in the c++ executable.
As written above: echo -n -e "ðɪs ɪz ˈɪŋɡlɪʃ wɪð ɐ fɹˈɛntʃ ˈaksənt" | piper -p -m fr_FR-upmc-medium -p for phoneme input instead of plain text -m for the voice...
I just checked the command. It worked fine here. Just a few hints/questions. If you are on the wrong branch, it should not run and complain that -p is unrecognized....
I'm working on this, almost ready. Still has a few minor issues to solve. Waiting for another pull request to be merged, after this I will be hopefully done with...
Originally I wanted to use a different output, but I might use this as an output format instead. I need to look into the format first, if that matches my...