-
Notifications
You must be signed in to change notification settings - Fork 5
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
Add multilingual support for speech recognition #96
Conversation
I haven't see before, but maybe it fixes #93 - but haven't done any test on other features then Socrates via STT. |
Other than that looks good :) |
We would have to inject the language into each of the prompts, which maybe we can do on another MR but reusing this setting? |
Yes, I can do that next weekend. I mainly use Python for data science and it's been great learning JavaScript while working on Obsidian plugins that I like :) |
Also, instead of marking the two snippets as resolved, can you click the commit (or commit to batch) so that they are also applied? Thanks |
oh, my bad - now it's done! |
Introduced a versatile input language setting to enhance the application's speech recognition capabilities across various languages. This enhancement allows users to select their preferred language from a comprehensive dropdown list, ensuring accurate transcription for non-English speakers and thereby improving accessibility and user experience. The associated language setting dynamically adjusts the speech-to-text model's language parameter, aligning with the chosen input language.