You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 7 Oct 2014 at 7:17
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 7 Oct 2014 at 7:17The text was updated successfully, but these errors were encountered: