VoxForge
I don't have much experience feeding wav files to julius, but I did try with one of my prompt recordings and it processed fine. The only changes were to comment out my input mic in julian.jconf, specify -input rawfile -filelist filelist (where filelist is a text file containing the path and name of a file to be processed) in the julius command and it worked correctly. My smpFreq in this file and in jconf is 48000 but other frequencies will work.
The kind of error messages you are getting seem to indicate perhaps that your list of files is pointing at different files than you have been editing?
--- (Edited on 10/1/2011 9:54 am [GMT-0500] by colbec) ---
Since the reason for opening the thread seems to have been resolved, perhaps it is a bad idea to fork into a different issue in the same thread. It's probably in your best interest to open up a different thread with an explicit subject line, that way it will be read by others who will be able to address the issue.
--- (Edited on 10/1/2011 10:44 am [GMT-0500] by colbec) ---
try wrapping the command with padsp, so instead of:
julius -quiet -input mic -C julian.jconf 2>/dev/null | ./command.py
run:
padsp julius -quiet -input mic -C julian.jconf 2>/dev/null | ./command.py
--- (Edited on 12/3/2012 12:34 pm [GMT-0600] by Visitor) ---
hey,,
the julius package isnt respoding to voice properly,
is there a guide explining the way to proceed with the installation of julius and its implementation in creating a voice controlled computer?
would appreciate any help!!
--- (Edited on 3/14/2013 3:00 am [GMT-0500] by Visitor) ---
>guide explining the way to proceed with the installation of julius and its
>implementation in creating a voice controlled computer?
http://iij.dl.sourceforge.jp/julius/47534/Juliusbook-4.1.5.pdf
Tutorial: Create Acoustic Model - Manually
--- (Edited on 3/14/2013 7:55 am [GMT-0400] by kmaclean) ---
Hello Guys
I am using Julius as a speech to text convert. when I have run command like ('$padsp julius -C julian.jconf') in Julius It's not give me a proper result.
* NOTICE: The first input may not be recognized, since *
* no initial CMN parameter is available on startup. *
* for MFCC01*
Other things is like how to pass a voice file as a input please anyone can help me out of this issue.
Thanks
Gaurav.
--- (Edited on 8/28/2015 2:04 am [GMT-0500] by Visitor) ---