The espeak-ng phonemizer returns one array element per sentence - result[0], result[1], etc. The code only took result[0], silently discarding every sentence after the first.
mgn-norm@0e59110
this is the fix, feel free to cherry pick or just patch it yourself, or if you want me to put in a pull request I can. Just figured I'd share.
The espeak-ng phonemizer returns one array element per sentence - result[0], result[1], etc. The code only took result[0], silently discarding every sentence after the first.
mgn-norm@0e59110
this is the fix, feel free to cherry pick or just patch it yourself, or if you want me to put in a pull request I can. Just figured I'd share.