modernmedici / voiceid

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

Maximum duration of File to cross check voice #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Four wav files with following specifications :
       codec : PCM s16 LE(araw)
       channels : Mono
       Sample rate : 8000 Hz
       Bits per sample : 16

with the help of sox removing silence & with one wav file built model  
        vid = "vid" + " -s " +  MR549a7b54b7143a42d04eaa69 + " -g " + wavfile
        proc = subprocess.call([vid], shell=True)
------------- MR549a7b54b7143a42d04eaa69.gmm.

Trying to Find voice match with remaining wav files by following :
-----------vid = "vid -i " +  wavfile  + " -f json -n -u"
           subprocess.call([vid], shell=True)

out of remaining three wav files , two had duration above 1min 30 seconds and 
other had only 25 sec of duration.

problems?
1. For the duration of 25 sec wav file , it gives me The system identified this 
speaker as wrong id. Ex : 'MR54585b7de75e4a1c58fc0785'!

What is the expected output? What do you see instead?
Should match same voice identification.

What version of the product are you using? On what operating system?
Centos 6.6

Please provide any additional information below.

Original issue reported on code.google.com by dharani....@coartha.com on 3 Jul 2015 at 1:49

Attachments: