Phoneme pronunciation speed (for syncing with phoneme text output) #1780
fbcosentino
started this conversation in
General
Replies: 2 comments 1 reply
-
...or, if it's unpredictable, I can try to contribute to the code adding a feature to output timestamped phonemes instead of just phonemes, and make a PR but in that case I might need some guidance (a short paragraph) on how/where this is calculated |
Beta Was this translation helpful? Give feedback.
0 replies
-
I doubt that this feature is useful for many people so might not be worth a PR.
You can start digging with:
1) run espeak-ng -s <WPM> and see how it's handled in code
2) search for "speed" or "wpm" in the source files. I warn you, there be dragons.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I am trying to find out/understand how espeak-ng deals with pronunciation speed for phonemes.
I know I can output the phonemes with
-x
and I would like to create a script to timestamp them to match the audio outputI speak a bit of C so if instead of an actual answer you guys point me to the lines in the source which deal with that I can try to get my answer from there
Beta Was this translation helpful? Give feedback.
All reactions