Skip to content

VoiceID not responding after db.add_model() #32

@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions