rhdunn / espeak

eSpeak NG is an open source speech synthesizer that supports 101 languages and accents.
http://reecedunn.co.uk/espeak-for-android
GNU General Public License v3.0
386 stars 16 forks source link

How is SSML parsing implemented at eSpeak? #117

Closed guest271314 closed 6 years ago

guest271314 commented 6 years ago

Which specific files and,or code within files within handle parsing of SSML? Am attempting to reverse-engineer eSpeak implementation of SSML parsing for the purpose of finally implementing SSML parsing for SpeechSynthesisUtternace; see https://bugs.chromium.org/p/chromium/issues/detail?id=795371, https://bugzilla.mozilla.org/show_bug.cgi?id=1425523, https://lists.w3.org/Archives/Public/www-voice/2017OctDec/0000.html, https://lists.w3.org/Archives/Public/public-speech-api/2017Dec/0000.html, https://github.com/guest271314/SpeechSynthesisSSMLParser