MattLivingston / voiceid

Automatically exported from code.google.com/p/voiceid
0 stars 0 forks source link

VoiceID not responding after db.add_model() #32

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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