Giter Site home page Giter Site logo

Comments (6)

mmmaat avatar mmmaat commented on August 23, 2024

Thanks for reporting that, I'm investigating...

from phonemizer.

RhyanJohnson avatar RhyanJohnson commented on August 23, 2024

Thank you! I am as well. It's seems to be coming from espeak first, as a result of

command = '{} -v{} {} -q -f {} {}'.format(self.espeak_exe(), self.language, self.ipa, data.name, self.sep)
line = subprocess.check_output(shlex.split(command, posix=False)).decode('utf8')

before we swap the espeak separator with the one provided to phonemize.

Perhaps I should be reporting this to espeak/espeak-ng instead?

from phonemizer.

mmmaat avatar mmmaat commented on August 23, 2024

Indeed !

$ echo "The lion and the tiger ran" | espeak-ng -x --ipa -q --sep=_
ð_ə l_ˈaɪə_n__ a_n_d ð_ə t_ˈaɪ_ɡ_ə ɹ_ˈa_n

Ok you report to espeak-ng as well, for now I'll add some fix in the phonemizer code.

from phonemizer.

RhyanJohnson avatar RhyanJohnson commented on August 23, 2024

Sounds good - thanks very much for your promptness!

from phonemizer.

mmmaat avatar mmmaat commented on August 23, 2024

Just adding that seems to solve the problem, thank you again!

from phonemizer.

RhyanJohnson avatar RhyanJohnson commented on August 23, 2024

Works for me - thanks for the quick fix! Happy to help (:

from phonemizer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.