Hi
I Made Project using speech Recognition using pocketsphinx to control light, but i need explanation :
Can i only using my voice to control light using pocketsphinx so other voice beside my voice can't control it?
If yes, How to load my voice as database in pocketsphinx?
If not, why ?
Thanks
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I Made Project using speech Recognition using pocketsphinx to control light, but i need explanation :
Can i only using my voice to control light using pocketsphinx so other voice beside my voice can't control it?
If yes, How to load my voice as database in pocketsphinx?
If not, why ?
Thanks
Speaker identification is not supported in pocketsphnx. We recently added speakerid to vosk library, you can use it instead;
https://github.com/alphacep/vosk-api/blob/master/python/example/test_speaker.py
Last edit: Nickolay V. Shmyrev 2020-02-23
Hi thankyou for response.
i have question, can i use vosk library for offline recognition and implemented to raspberry pi?
Yes, you can. To install in on rpi simply type