Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.gzbin model not generated automatically #12

Open
akshat9425 opened this issue Oct 11, 2018 · 0 comments
Open

.gzbin model not generated automatically #12

akshat9425 opened this issue Oct 11, 2018 · 0 comments

Comments

@akshat9425
Copy link

while training voice i used this code

from piwho import recognition
from piwho import vad

def find_speaker():
recog = recognition.SpeakerRecognizer()

# Record voice until silence is detected.
# save WAV file
vad.record()

# use newly recorded file.
name = []
name = recog.identify_speaker()
return name

if name == "main":
speaker = find_speaker()
print(speaker[0])

speaker.txt file is generated successfully but .gzbin file is not generated

please reply
thanks

@akshat9425 akshat9425 changed the title .gzbin file not generated automatically .gzbin model not generated automatically Oct 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant