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
Original issue reported on code.google.com by
dharani....@coartha.com
on 3 Jul 2015 at 1:49Attachments: