alphacep / unimrcp-vosk-plugin

Open source cross-platform implementation of MRCP protocol
http://www.unimrcp.org
Apache License 2.0
18 stars 11 forks source link

Unimrcp with Vosk's Turkish model #8

Open SuheylaSarikaya opened 2 years ago

SuheylaSarikaya commented 2 years ago

When I try to use Vosk's Turkish model with unimrcp, I get the following result. image When I try any audio file, I always get the output of noinput.

I also tried the audio files that I used in the Vosk's Turkish model, in the Vosk's English model. It gave me a result, albeit meaningless. Can you help me to use the Vosk's Turkish model in unimrcp?

nshmyrev commented 2 years ago

Turkish model is wideband, will not work for callcenter.

omerbitikcioglu commented 2 years ago

Problem solved by adding the first line and last two line like below to the 'mfcc.conf' configuration file.

--sample-frequency=16000
--use-energy=false
--num-mel-bins=20
--num-ceps=20
--low-freq=20
--high-freq=7600
--allow-upsample=true
--allow-downsample=true