earlephilhower / ESP8266SAM

Speech synthesis for ESP8266 using S.A.M. port
315 stars 41 forks source link

Interested in adding Spanish support. #9

Open jotadepicas opened 5 years ago

jotadepicas commented 5 years ago

Hi, first of all, great work porting this library and on your other library ESP8266Audio as well 😃

I'm from Argentina, and I'm thinking it would be great to add Spanish support to ESP8266SAM. I think the existing phonemes should work, and the only thing to change would be the mathching from strings to phonemes, so it would implement Spanish pronounciation by selecting different phonemes than the ones for English. From playing with other libraries and frameworks I know this would not render optimal results, probably will sound a little funny, but maybe it could be a good starting point.

Would you provide any guidelines or ideas on how to achieve this? Thanks!

pablomarquez76 commented 1 year ago

Hi, check out this library if you are looking for SAM support in Spanish language: https://github.com/pablomarquez76/ESP8266SAM_ES

docteurzoidberg commented 5 months ago

nice. need same for french !

pablomarquez76 commented 5 months ago

nice. need same for french !

The rules for the language must be program in "reciter.h". You could modify that file to use the rules of French pronunciation.