outsider1984 / voiceid

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

why some wav file can successfully be produced a gmm file, but some wav file cannot? #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I have svn up to the latest version. Now, I can sucessfully add model to the 
database and undergo voice matching. But, I soon discover some wav file cannot 
produce a gmm file when undergoing db.add_model. I guess, is it because of the 
sampling rate or anything else that contribute to success or failure despite 
the same wav file format of source? Can you tell me what kind of wav file is 
likely successful? 

Original issue reported on code.google.com by idiscove...@gmail.com on 16 Jul 2012 at 10:55

GoogleCodeExporter commented 8 years ago
Hello, the waves that surely work have these specs "RIFF (little-endian) data, 
WAVE audio, Microsoft PCM, 16 bit, mono 16000 Hz". We will try to make the tool 
more flexible. 
Notice that if you add a model for a speaker already in the db (same name), its 
gmm file will be updated and not created another one.
If you want you can send us wave samples that do not work.
If you get any explicit error, please let us know.

Original comment by michelaf...@gmail.com on 16 Jul 2012 at 12:36

GoogleCodeExporter commented 8 years ago
I have tried and now they work. Thanks for your reply.

By the way, what kind of video file can be accepted in voiceidplayer gui? I 
have downloaded mp4 file from youtube but it doesn't work.=) 

Original comment by idiscove...@gmail.com on 18 Jul 2012 at 6:52

GoogleCodeExporter commented 8 years ago
I'm glad I was helpful!
For the GUI maybe is an installation issue. The video formats accepted are 
those of mplayer. We mostly use mp4 file format. Can you specify the error? So 
we can give you a better answer ;)

Original comment by michelaf...@gmail.com on 18 Jul 2012 at 8:13

GoogleCodeExporter commented 8 years ago
If the tool can support mono 8000 Hz, voiceid would be integrable with asterisk.

Original comment by Millenni...@gmail.com on 24 Jul 2012 at 4:24