bootphon / phonemizer

Simple text to phones converter for multiple languages
https://bootphon.github.io/phonemizer/
GNU General Public License v3.0
1.18k stars 165 forks source link

please add tie bars #74

Closed martino-vic closed 3 years ago

martino-vic commented 3 years ago

espeak-ng allows you to add tie bars to the output, see: https://github.com/espeak-ng/espeak-ng/issues/1002 However, phonemizer doesn't seem to offer a parameter with which to make use of that function. Is there a way to add tie bars?

mmmaat commented 3 years ago

Hi, OK this is a useful feature to add. I'm working on a fix with it. In the while, you can add the --tie option to https://github.com/bootphon/phonemizer/blob/master/phonemizer/backend/espeak.py#L240. This is dirty but should work.

mmmaat commented 3 years ago

done ;)

martino-vic commented 2 years ago

Thank you so much!