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

Wrong result data speaking other language

Open hemant-novotrax opened this issue 2 years ago • 5 comments

When I do recognition in English language and only then if I speak in other language then it gives wrong result.

hemant-novotrax avatar Jun 15 '22 10:06 hemant-novotrax

Please let me know this solution is possible or not ?

hemant-novotrax avatar Jun 21 '22 06:06 hemant-novotrax

We have multilingual models (Hindi-English for example).

nshmyrev avatar Jun 21 '22 07:06 nshmyrev

We have multilingual models (Hindi-English for example).

You mean we need initialize all model class initially ? simply my requirement is when we talk in other language that time we want no result.

hemant-novotrax avatar Jun 21 '22 11:06 hemant-novotrax

We have multilingual models (Hindi-English for example).

You mean we need initialize all model class initially ? simply my requirement is when we talk in other language that time we want no result.

Looks like you need to preprocess (with another AI) the input data to check which language is speaking and then process the desired part with the vosk model

danpad01 avatar Jul 11 '22 16:07 danpad01