Open SuheylaSarikaya opened 2 years ago
Turkish model is wideband, will not work for callcenter.
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
When I try to use Vosk's Turkish model with unimrcp, I get the following result. 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?