Open GoogleCodeExporter opened 9 years ago
Hi, this problem is again relative to the sphinx_fe output (a .mfcc file),
because the sphinxbase-tools package installable in ubuntu 12.04
(sphinxbase-utils 0.4.1-0ubuntu4 notice the trailing 4) doesn't work properly.
You have to remove the package by apt-get and install an older package
(sphinxbase-utils 0.4.1-0ubuntu1, trailing 1) that you can find here,
https://launchpad.net/ubuntu/karmic/i386/sphinxbase-utils/0.4.1-0ubuntu1
(direct link to the deb
http://launchpadlibrarian.net/30727966/sphinxbase-utils_0.4.1-0ubuntu1_i386.deb)
.
Then run svn up (we are still working on a lot of things...) and try again.
Hope this solve :-)
Original comment by maurome...@gmail.com
on 10 Jul 2012 at 3:32
I am sorry to tell you that reinstalling an oldest version of sphinxbase-tools
package can only solve the problem of buffer overflow at ubuntu12.04. But when
I run your examples, I again encounter the error.
OSError: Subprocess <subprocess.Popen object at 0xb75ce8ac> closed unexpectedly
[java -Xmx256m -cp /usr/local/share/voiceid/LIUM_SpkDiarization-4.22.jar
fr.lium.spkDiarization.programs.MTrainMAP --sInputMask=%s.ident.seg
--fInputMask=%s.mfcc --fInputDesc=audio16kHz2sphinx,1:3:2:0:0:0,13,1:1:300:4
--tInputMask=%s.init.gmm --emCtrl=1,5,0.01 --varCtrl=0.01,10.0
--tOutputMask=%s.gmm recordingaudio/joeyyung]
Original comment by idiscove...@gmail.com
on 11 Jul 2012 at 7:08
As shown in the java command line, you are still using the 4.22 version of
lium, but we get back to the 4.7 of lium in revision 180.
You have to update (svn up) to the last version of voiceid (at this moment the
182) and reinstall it (sudo python setup.py install).
Try and let me know if this solved.
Original comment by maurome...@gmail.com
on 11 Jul 2012 at 8:06
I have the same issue running vid -s me -g WAV_FILE on xubuntu 12.10:
OSError: Subprocess <subprocess.Popen object at 0xb719ca0c> closed unexpectedly
[java -Xmx256m -cp /usr/local/share/voiceid/LIUM_SpkDiarization-4.7.jar
fr.lium.spkDiarization.programs.MTrainMAP --sInputMask=%s.ident.seg
--fInputMask=%s.mfcc --fInputDesc=audio16kHz2sphinx,1:3:2:0:0:0,13,1:1:300:4
--tInputMask=%s.init.gmm --emCtrl=1,5,0.01 --varCtrl=0.01,10.0
--tOutputMask=%s.gmm
I've tried to install older version of sphinxbase-utils but I still get this
error. How can I fix it?
Original comment by constant...@gmail.com
on 2 Mar 2013 at 10:04
Original issue reported on code.google.com by
idiscove...@gmail.com
on 10 Jul 2012 at 10:04