alphacep / vosk-api

Offline speech recognition API for Android, iOS, Raspberry Pi and servers with Python, Java, C# and Node
Apache License 2.0
7.38k stars 1.04k forks source link

No examples of working with the voice identification model vosk-model-spk-0.4 #1429

Closed virex-84 closed 10 months ago

virex-84 commented 11 months ago

En: I didn’t find an example of voice identification anywhere, so I made my own for android: https://github.com/virex-84/VoskIdentification An example is the code: https://github.com/alphacep/vosk-api/blob/12f29a3415e4967e088ed09202bfb0007e5a1787/python/example/test_speaker.py#L53

Ru: Нигде не нашел пример идентификации голоса, поэтому сделал свой для android: https://github.com/virex-84/VoskIdentification Примером послужил код: https://github.com/alphacep/vosk-api/blob/12f29a3415e4967e088ed09202bfb0007e5a1787/python/example/test_speaker.py#L53

nshmyrev commented 10 months ago

Same as #405

Thank you for the demo!