vosk-api icon indicating copy to clipboard operation
vosk-api copied to clipboard

How to replace vosk voise model

Open richmailYT opened this issue 1 year ago • 3 comments

I've downloaded a new model for vosk, but how do I tell it to use that one instead of the old one?

richmailYT avatar Aug 06 '22 22:08 richmailYT

You need to provide more details to get an advise

nshmyrev avatar Aug 07 '22 17:08 nshmyrev

what details do I need to provide?

richmailYT avatar Aug 09 '22 02:08 richmailYT

Tell us everything that disturbs you!

nshmyrev avatar Aug 25 '22 08:08 nshmyrev

I think the problem is that on https://alphacephei.com/vosk/models there is a bunch of nice big models, but nothing that describes what to do with the .zip file.

e.g.

  1. Download the model und unzip it
  2. Run vosk with argument -m vosk-model-de-0.21. Ensure that vosk-model-de-0.21 is a relative directory containing the model.

Furthermore it might be a bit confusing that vosk -l de ... just downloads a model to .cache/vosk but vosk -m vosk-model-de-0.21 does not although vosk --list-models lists it.

debuglevel avatar Apr 16 '23 20:04 debuglevel

@debuglevel it should be vosk-transcriber -n vosk-model-de-0.21, but we can have more docs for sure

nshmyrev avatar Apr 16 '23 22:04 nshmyrev