Thankful
The Vosk library is wonderful. I love it. With this introduction, my plan has now changed. Now I decide to use this library in my speaker recognition task. I ran the Vosk sample code for speaker recognition.
1- Important question: There was no place for speaker enrollment in the sample code. How can I register some speakers (in my case 10 people), and identify which speaker the incoming voice belonged to?
2- The sample code receives two models. One for the speaker and one for the speech. I just want to recognize the speaker and speech recognition is not my problem at the moment. Do I have to override the constructor method myself?
3. I'am using the Electron.js framework for the front-end. Can I use the Vosk node.js API on the client-side for online speaker recognition?
Thank you so much