Can Hebrew be used with TextToSpeech and YandexTra

2019-08-07 13:35发布

When I try the following (i.e., spoken Hebrew) in App Inventor 2, I hear nothing:

Hebrew configuration ("he", "il", "הכנס לרכבת") does not produce speech

However, the following (switching parameters to spoken English) works just fine:

English configuration ("en", "uk", "go into the train") succeeds in producing speech

Note that I change the variables "language", "country", "setance", and "hebrew_sentance" to switch between spoken English (which succeeds) and spoken Hebrew (which fails).

Is it possible to get ai2 to speak Hebrew?

2条回答
Explosion°爆炸
2楼-- · 2019-08-07 14:27

don't want to disappoint you but google Text To Speech doesn't support Hebrew either.

查看更多
Anthone
3楼-- · 2019-08-07 14:31

The MIT APP inventor support 65 languages and communicates 40 languages from text to speech. The problem is not in your programming within the app inventor, but Hebrew is not supported as a text to speech language, and is still in further development. I suggest that you should implement using Google APIs to solve for the inconvenience, because they support 180 languages and can communicate 105 languages for text to speech

查看更多
登录 后发表回答