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

STT language auto-detection #147

Open
rubdos opened this issue Jun 29, 2024 · 1 comment
Open

STT language auto-detection #147

rubdos opened this issue Jun 29, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@rubdos
Copy link

rubdos commented Jun 29, 2024

Currently, the STT Dbus API requires mentioning a model based on a language. However, Whisper has a model that does language autodetection.

It would be nice if one could call SttTranscribeFile (and related APIs, I suppose) with string:lang:auto, such that the language gets inferred by the STT. The relevant signals should then return the detected language (but I think it's mostly there already).

Additionally, the relevant user interfaces (I'm on SailfishOS) should get some element that allows downloading this general model.

@mkiol mkiol added the enhancement New feature or request label Jun 30, 2024
@mkiol
Copy link
Owner

mkiol commented Jun 30, 2024

Hi, thanks for the idea. Language auto detection can indeed be useful.

I think I can add this in the next version.

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

No branches or pull requests

2 participants