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

VoiceID not responding after db.add_model() #32

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 0 comments
Open

VoiceID not responding after db.add_model() #32

GoogleCodeExporter opened this issue Mar 18, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
I only did 4 lines of codes, and it just stops responding after I tried doing 
the "db.add_model" command.

Codes:

from voiceid.sr import Voiceid
from voiceid.db import GMMVoiceDB
db = GMMVoiceDB('C:\\Users\\IdaLim\\Desktop\\trainmusic')
db.add_model('testrecord', 'ida')
#print db.get_speakers()

What is the expected output? What do you see instead?
I expected to see some response from the program. I tried doing the 
db.get_speakers() command, but there's no output too.


What version of the product are you using? On what operating system?
I'm using python 2.7.8 32bit, on a windows 7 64bit OS. If I'm not wrong, I'm 
using voiceid 0.2.

Original issue reported on code.google.com by idali...@gmail.com on 7 Oct 2014 at 7:17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant