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

Add multilingual support for speech recognition #96

Merged
merged 3 commits into from
Apr 3, 2024

Conversation

oscaromsn
Copy link
Contributor

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.

@oscaromsn
Copy link
Contributor Author

oscaromsn commented Mar 25, 2024

I haven't see before, but maybe it fixes #93 - but haven't done any test on other features then Socrates via STT.

@A-F-V
Copy link
Owner

A-F-V commented Mar 25, 2024

Other than that looks good :)

@A-F-V
Copy link
Owner

A-F-V commented Mar 25, 2024

I haven't see later, but maybe it fixes #93 - but haven't done any test on other features then Socrates via STT.

We would have to inject the language into each of the prompts, which maybe we can do on another MR but reusing this setting?

@oscaromsn
Copy link
Contributor Author

I haven't see later, but maybe it fixes #93 - but haven't done any test on other features then Socrates via STT.

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 :)

@A-F-V
Copy link
Owner

A-F-V commented Mar 28, 2024

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

@oscaromsn
Copy link
Contributor Author

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!

@A-F-V A-F-V merged commit 8682be3 into A-F-V:master Apr 3, 2024
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

Successfully merging this pull request may close these issues.

2 participants