semperai / amica

Amica is an open source interface for interactive communication with 3D characters with voice synthesis and speech recognition.
https://heyamica.com
MIT License
684 stars 111 forks source link

Special characters - other languages #21

Closed mihau12 closed 10 months ago

mihau12 commented 10 months ago

Hey! Very interesting work! Thanks!

Could you tell me how can I add support for other languages? It doesn't display polish special characters during conversation which leads to wrong pronunciation by TTS model.

Input works but output by the model shows truncated text without special characters

kasumi-1 commented 10 months ago

Woops, I wrote reply and it disappeared.

I just removed the code (b94d1b58bcacb36992c33f7fa98fd3f6d8f1b392) that removed non-ascii characters. Some times chatbot reply with something that is unpronounceable, but this is clearly wrong hack :)

There are some old commits which removed i18n support from the branch this pull from:

I think having language selector for interface would be great, though it is a lot of work to translate everything.