Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Czech lang not working #1

Open
Matejmikulas opened this issue Feb 21, 2024 · 1 comment
Open

Czech lang not working #1

Matejmikulas opened this issue Feb 21, 2024 · 1 comment

Comments

@Matejmikulas
Copy link

No description provided.

@ottobjorkland
Copy link
Owner

Hello, and thank you for giving me feedback on my project.

When it comes to implementing other languages into STT and TTS in the program, try changing the Swedish lines of code into Czech in both the main program (VoiceAssistant_5.3.py) and settings file (CustomSettings.py). For TTS, it is pretty easy, just go to the following line in CustomSettings.py and then insert the Czech voice name and SSML gender from Google Cloud.

These are your options:

- Czech (Czech Republic)
Standard	
cs-CZ
cs-CZ-Standard-A
FEMALE

- Czech (Czech Republic)
WaveNet	
cs-CZ
cs-CZ-Wavenet-A
FEMALE

To implement Czech STT can be a bit more tricky that needs more programming skills and research about Google Cloud's API. But most of it is labeled in VoiceAssistant_5.3.py as "Swedish", "SV", "SE" or "SWE", which are keywords you can find and replace with CTRL+F for other languages.

Again, thank you, and I hope to hear from you soon. Feel free to ask anything.

Best regards,
Otto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants