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

feat(statusbar) add menu for language and model #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

diegomarne
Copy link

I have added two new menus in the status bar:

  1. "Language" menu: It contains all the supported languages by whisper. I get all these languages from an array of whisper library. If you pass some language from the command line, these languages will listed on the top list. The default option selected for this menu is "auto-detect".
  2. "Models" menu: Contains all the whisper available models. It marks as selected the default base model or the model passed though the command line

I developed it before 7e1324b commit, so I adapted it to these new changes.
I have developed it for two reasons:

  1. In my daily life, I speak three languages (spanish, catalan and english) i was constantly stopping and restarting the script to switch between languages and sometimes between whisper models.
  2. I want to show this tool to a friend thant has 0 knowledge about IT. I considere make it as easy as possible for him so he wouldn't need to type command lines.

I hope that this will be useful.

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.

1 participant