alphacep / vosk-android-demo

Offline speech recognition for Android with Vosk library.
Apache License 2.0
755 stars 207 forks source link

How to create kaldi android demo for computing score by PLDA mode? #47

Open himrlawrrence opened 4 years ago

himrlawrrence commented 4 years ago

is there any guide to create the similar demo for computing score based on PLDA? Thanks a lot.

nshmyrev commented 4 years ago

You load the plda matrix in model.c and write the code, just copy C++ code from kaldi:

https://github.com/kaldi-asr/kaldi/blob/3b68c30991f8925b0973d1aeccfbd522be0748d3/src/ivectorbin/ivector-plda-scoring.cc#L194

himrlawrrence commented 4 years ago

I'm new to this but keen to study it. could you please give me more detailed guide or do you have a plan to create a demo for this function?

nshmyrev commented 4 years ago

No big passion for that right now, sorry ;)