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

Vosk api: allow selecting different models and automatic model download #657

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

Commits on Jan 31, 2023

  1. Vosk api: allow selecting different models and automatic model download

    recognize_vosk function:
    
    - Added function parameter 'model', to select a model based on the
      model directory.
    
    - Also make use of Vosk capability to download the model by itself,
      by providing language parameters. (the language parameter was
      previously present but not used)
    
    Also see the updated README.
    rebootl committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    4e20020 View commit details
    Browse the repository at this point in the history