DougGore / picopi

Port of Android Pico TTS to the Raspberry Pi
125 stars 33 forks source link

Pico Markup Tags not working #8

Open CarloBenussi opened 7 years ago

CarloBenussi commented 7 years ago

For the text synthesis, apart from "ignore","paragraph" and "sentence" , all the tags are not parsed correctly by the interpreter (for instance the very important tags like "speed ="300"" or "break_time" are read as normal text).

Could be that some tags features are not supported?

CarloBenussi commented 7 years ago

I saw most of them are not implemented, they are simple switch case with no actions