<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
<title>General Discussion</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion</link>
<description></description>

<item>
<title>julius 4.2.1. troubles with the Sample.jconf-file</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-4.2.1.-troubles-with-the-sample.jconf-file</link>
<description>hi, i have many troubles to run julius 4.2.1 on 64bit Ubuntu 10.10 - install ok - running julius under julius 4.2.1 to run: ./julius -input mic -C Sample_1.jconf STAT: include config: Sample_1.jconf ERROR: m_chkparam: you should specify at least one LM to run Julius! on my *.jconf-file i have changed the line -LM lm_1 have somebody a simple jconf-file for me only for a test: speak on the mic: &#x22;PHONE STEVE&#x22; thanks for help, hints and tricks regards nomad my Sample_1.jconf (only lines without #  ) ----------------------------------------------- ###################################################################### #### GLOBAL OPTIONS ###################################################################### #### Misc. Options #### Audio Input # my change -input mic                # live microphone #### #### Speech segment detection by level and zero-cross #### default: on for microphone, off for other sources -cutsilence            # detection on #### Gaussian Mixture Model #### Decoding option -realtime            # force real-time processing #-norealtime            # force non real-time processing : #### ####  -AM am_1 -AM am_2 ####  -LM lm_1 (LM spec..) ####  -LM lm_2 (same LM spec..) ####  -SR search1 am_1 lm_1 ####  -SR search2 am_2 lm_2 #### ## Create a new AM configuration set, and switch current to it. ## You should give a unique name. #my change -AM name -AM am_1            ## Create a new LM configuration set, and switch current to it. ## You should give a unique name. #my change -LM name -LM lm_1            ## Create a new Search configuration set with AM and LM, and switch ## current to it.  AM and LM name can be either name or ID number. # my change #-SR name am_name_or_id lm_name_or_id #-SR sr_1 am_1 lm_1 ## Switch current AM to special one reserved for GMM, to specify ## analysis parameter for GMM.  Be sure not to confuse with normal AM ## configuration. # -AM_GMM ## When using instance declarations, global options should be placed ## at top before any instance declaration, or after this option below. ## This option is only a switcher and can be used anywhere anytime. -GLOBAL ## This option disables the strict section checkings and back to 4.0 -nosectioncheck ###################################################################### #### LANGUAGE MODEL (-LM) ###################################################################### #### ACOUSTIC MODEL (-AM)  (-AM_GMM) ###################################################################### #### Acoustic analysis parameters are included in this section, since #### the AM defines the required parameter.  You can use different MFCC #### type for each AM. #### For GMM, the same parameter should be specified after &#x22;-AM_GMM&#x22; #### #### When using multiple AM,  the values of &#x22;-smpPeriod&#x22;, &#x22;-smpFreq&#x22;, #### &#x22;-fsize&#x22; and &#x22;-fshift&#x22; should be the same among all AM. #### ## Acoustic model #-gprune {safe|heuristic|beam|none|default} # Gaussian pruning method -gprune safe #-iwcd1 {max|avg|best 3}    # Inter-word triphone approximation method -iwcd1 max #-iwsppenalty -1.0        # pause insertion penalty for &#x22;-iwsp&#x22; #-gshmm hmmfile         # HMM for Gaussian mixture selection #-gsnum 24            # Threshold number of HMM for gshmm ## Analysis #-smpPeriod 625            # sampling period (ns) (= 10000000 / smpFreq) # my change (ev.48000 -smpFreq 16000            # sampling rate (Hz) #-fsize 400            # window size (samples) #-fshift 160            # frame shift (samples) #-preemph 0.97            # pre-emphasis coef. #-fbank 24            # number of filterbank channels #-ceplif 22            # cepstral liftering coef. #-rawe                # use raw energy #-norawe            # disable &#x22;-rawe&#x22; (this is default) #-enormal            # normalize log energy #-noenormal            # disable &#x22;-enormal&#x22; (this is default) #-escale 1.0            # scaling log energy for enormal #-silfloor 50.0            # energy silence floor in dB for enormal #-delwin 2            # delta window (frames) #-accwin 2            # acceleration window (frames) #-hifreq -1            # cut-off hi frequency (Hz) (-1: disable) #-lofreq -1            # cut-off low frequency (Hz) (-1: disable) #-zmeanframe            # frame-wise DC offset removal (same as HTK) #-nozmeanframe            # disable &#x22;-zmeanframe&#x22; (this is default) #################################################################### #### RECOGNIZER (-SR) ###################################################################### #### #### Default values for beam width and LM weights will change #### according to compile-time setup of JuliusLib and model specification. #### Please see the startup log for the actual values. #### #### #### parameter (common) #### #-inactive            # start this process with inactive status #-1pass                # perform only the 1st pass, omit 2nd pass #-no_ccd            # switch off the phone context dependency #-force_ccd            # force on the phone context dependency #-cmalpha 0.05            # CM alpha value #-iwsp                # append a skippable sp at all word ends #-transp 0.0            # transition penalty for transparent words #### #### parameter (1st pass) #### #-lmp weight penalty        # LM weight and word insertion penalty (pass1) #my change -penalty1 penalty -penalty1 5.0 #-penalty1 penalty        # word insertion penalty for grammar (pass1) #-b width            # beam width (# of nodes) #-bs score                      # beam width (score) #-nlimit 3            # with enable-wpair-nlimit, set max N at nodes #-progout            # progressive output while decoding #-proginterval 300        # output interval in msec for &#x22;-progout&#x22; #### #### parameter (2nd pass) #### #-lmp2 weight penalty        # LM weight and word insertion penalty (pass2) #my change #-penalty2 penalty        # word insertion penalty for grammar (pass2) -penalty2 20.0 #my change -b2 width -b2 200            # envelope beam width of 2nd pass (#word) #my change -sb 80.0 ev. 200.0 -sb 80.0            # envelope score width at 2nd pass #-s 500                # hypotheses stack size on 2nd pass (#hypo) #-m 2000            # hypotheses overflow threshold (#hypo) #-n n                # num of sentences to find #-output 1            # num of sentences to output as result #-lookuprange 5            # hypo. lookup range at word expansion (#frame) #-looktrellis            # expand only trellis words in grammar #-fallback1pass            # output 1st pass result when 2nd pass fails ################################################################# end of file </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-4.2.1.-troubles-with-the-sample.jconf-file</guid>
<pubDate>Tue, 07 Feb 2012 06:02:27 -0600</pubDate>
</item>

<item>
<title>how to download audio files</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-download-audio-files</link>
<description>Hi.  What is the preferred method of downloading the audio files?  Sure, a person could manually click on each link but that takes forever.  Is there an FTP site?  Thanks. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-download-audio-files</guid>
<pubDate>Mon, 06 Feb 2012 19:59:37 -0600</pubDate>
</item>

<item>
<title>no .dfa or .dict file generated please help, all files installed as .dSYM</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/no-.dfa-or-.dict-file-generated-please-help-all-files-installed-as-.dsym</link>
<description>I Downloaded Julius-4.2.1 on Mac OS 10.6.8 </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/no-.dfa-or-.dict-file-generated-please-help-all-files-installed-as-.dsym</guid>
<pubDate>Fri, 20 Jan 2012 10:45:28 -0600</pubDate>
</item>

<item>
<title>Using CMU Commands </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-cmu-commands</link>
<description>Good Morning every body </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-cmu-commands</guid>
<pubDate>Tue, 20 Dec 2011 03:39:22 -0600</pubDate>
</item>

<item>
<title>How to add new language(Ukrainian) to this site</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-add-new-languageukrainian-to-this-site</link>
<description> How to add ukrainian (&#xD1;&#x83;&#xD0;&#xBA;&#xD1;&#x80;&#xD0;&#xB0;&#xD1;&#x97;&#xD0;&#xBD;&#xD1;&#x81;&#xD1;&#x8C;&#xD0;&#xBA;&#xD0;&#xB0;) on this website? I wanna help. I&#x27;m native speaker. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-add-new-languageukrainian-to-this-site</guid>
<pubDate>Tue, 13 Dec 2011 18:29:52 -0600</pubDate>
</item>

<item>
<title>Hvite + Hresults</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/hvite--hresults</link>
<description>below was the file generated by hvite(named results): </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/hvite--hresults</guid>
<pubDate>Tue, 06 Dec 2011 07:28:28 -0600</pubDate>
</item>

<item>
<title>HTK on gait recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-on-gait-recognition</link>
<description>Hi, i was using HTK for gait recognition and i having some problem with hvite and herest. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-on-gait-recognition</guid>
<pubDate>Mon, 05 Dec 2011 08:07:04 -0600</pubDate>
</item>

<item>
<title>Japanese Speech Corpus</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/japanese-speech-corpus</link>
<description>Hi All, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/japanese-speech-corpus</guid>
<pubDate>Mon, 28 Nov 2011 19:38:06 -0600</pubDate>
</item>

<item>
<title>How to install cygwin</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-install-cygwin</link>
<description>Hello everybody, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-install-cygwin</guid>
<pubDate>Fri, 11 Nov 2011 12:26:40 -0600</pubDate>
</item>

<item>
<title>Help with sphinx4 config</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/help-with-sphinx4-config</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/help-with-sphinx4-config</guid>
<pubDate>Thu, 10 Nov 2011 06:49:35 -0600</pubDate>
</item>

<item>
<title>Video transcription?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/video-transcription</link>
<description>I need to transcribe the conversation from some videos. Its in .mov format. Is this possible? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/video-transcription</guid>
<pubDate>Wed, 09 Nov 2011 07:42:50 -0600</pubDate>
</item>

<item>
<title>Speech recognition / acoustic analysis - Consulting</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-recognition-/-acoustic-analysis---consulting</link>
<description>Hi folks, The company I work for may soon engage in a project where some level of speech recognition or acoustic analysis might be necessary. We are seeking for advice from someone who has practical experience in that field to: - Point us out the *open source* software/library that would best suit our requirements. - Provide us (through a Skype session) an overview of how it works and how the development process would look like. Background: - The application aims to teach users how to pronounce Te Reo Maori words. It will play a sample utterance of a single word and record the user pronouncing it back. It must compare the user&#x27;s utterance against the sample pronunciation and provide a score indicating how close/good that was. Assumptions and constraints: - We&#x27;ve only got one sample pronunciation of each word (male and female versions) available at the moment. We don&#x27;t envisage investing more time recording more pronunciations. - Only open source software and libraries are acceptable. - The application will only deal with isolated utterances and must be speaker independent. We don&#x27;t envisage having a training process in the application. -  Comparison could be done either through voice recognition algorithms or acoustic analysis (i.e. formants, frequency, pitch, etc.), as long as the score provided is good/realistic. We appreciate expertise in the area and are able to contribute financially, to acknowledge the time involved. If you think you can help us and is interested in doing it, please get in touch with me at teolupus.ext [at] gmail.com. If not, but you know someone who might be the right person to support us, could you please send this message through? Kind regards, Bruno </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-recognition-/-acoustic-analysis---consulting</guid>
<pubDate>Tue, 04 Oct 2011 04:10:30 -0500</pubDate>
</item>

<item>
<title>Running Julius on 64-bit Ubuntu 10.04</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/running-julius-on-64-bit-ubuntu-10.04</link>
<description>Is there any trick to getting the Linux quickstart to work on a 64-bit laptop running Ubuntu 10.04? I confirmed my laptop&#x27;s mic works by recording speech with Audacity, but when I the README&#x27;s suggesting &#x22;./julian -input mic -C julian.jconf&#x22;, it seems to initialize, and I get the prompt: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/running-julius-on-64-bit-ubuntu-10.04</guid>
<pubDate>Thu, 29 Sep 2011 21:20:06 -0500</pubDate>
</item>

<item>
<title>Why simon can not be activate at all?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/why-simon-can-not-be-activate-at-all</link>
<description>Hi all, I&#x27;m using linux ubuntu 11.04. I already installed simon 0.3 (simon_0.3.0-1ubuntu8_i386.deb) I worked &#x22;by the book&#x22; I installed all relevant packages, HTK, voxforge. the bottom line: Simon can not be activate! The reason - when I try to activate: I quote the popup: &#x22;Could not start recognition because the system reports that the recognition is not ready. Please check if you have defined a vocabulary, an appropriate grammar and recorded a few trainings samples. The system will then, upon synchronization, generate the model which will be used for the recognition.&#x22; </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/why-simon-can-not-be-activate-at-all</guid>
<pubDate>Mon, 05 Sep 2011 09:10:55 -0500</pubDate>
</item>

<item>
<title>HInit error</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/hinit-error2</link>
<description>I have been trying to use HInit to train the HMM prototypes for a</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/hinit-error2</guid>
<pubDate>Sun, 04 Sep 2011 23:26:07 -0500</pubDate>
</item>

<item>
<title>How could julius process long rawfile input and how to extract the text result</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-could-julius-process-long-rawfile-input-and-how-to-extract-the-text-result</link>
<description>Is there any code already developed for these issues? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-could-julius-process-long-rawfile-input-and-how-to-extract-the-text-result</guid>
<pubDate>Tue, 23 Aug 2011 11:07:39 -0500</pubDate>
</item>

<item>
<title>Where can I find the full transcription of Audio files</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/where-can-i-find-the-full-transcription-of-audio-files</link>
<description>Hi guys, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/where-can-i-find-the-full-transcription-of-audio-files</guid>
<pubDate>Mon, 08 Aug 2011 11:10:17 -0500</pubDate>
</item>

<item>
<title>I can not run julius-3.5.2-quickstart-linux</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/i-can-not-run-julius-3.5.2-quickstart-linux</link>
<description>Hi there, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/i-can-not-run-julius-3.5.2-quickstart-linux</guid>
<pubDate>Sat, 06 Aug 2011 02:18:07 -0500</pubDate>
</item>

<item>
<title>Festival lex.lookup</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/festival-lex.lookup</link>
<description>I note that in the output from a request to lex.lookup in Festival that the response for &#x22;internet&#x22; (as per the example in http://www.voxforge.org/home/dev/autoaudioseg/step-2) is </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/festival-lex.lookup</guid>
<pubDate>Fri, 05 Aug 2011 10:02:10 -0500</pubDate>
</item>

<item>
<title>playing a segment of a speech file</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/playing-a-segment-of-a-speech-file</link>
<description>Hello everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/playing-a-segment-of-a-speech-file</guid>
<pubDate>Sun, 10 Jul 2011 16:05:13 -0500</pubDate>
</item>

<item>
<title>Error [+2221] when running HRest</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/error-2221-when-running-hrest</link>
<description>I have been trying to follow up on a tutorial to build a YES/NO Recognition System. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/error-2221-when-running-hrest</guid>
<pubDate>Tue, 05 Jul 2011 13:07:55 -0500</pubDate>
</item>

<item>
<title>HInit error</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/hinit-error</link>
<description>  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/hinit-error</guid>
<pubDate>Thu, 30 Jun 2011 10:24:26 -0500</pubDate>
</item>

<item>
<title>SRILM bigram Versus HTK bigram</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/srilm-bigram-versus-htk-bigram</link>
<description>hi</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/srilm-bigram-versus-htk-bigram</guid>
<pubDate>Mon, 20 Jun 2011 05:06:37 -0500</pubDate>
</item>

<item>
<title>reverse trigram</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/reverse-trigram</link>
<description>Hi all, i&#x27;ve built accoustic model and using grammar. when i try to using julius live  system can recognize word/sentence well. but, when i try to build language model using htk to make reverse trigram live with julian and using accoutic model, the performance is worse than using grammar. i try language model using 3136 training sentence and 180 word list (wlist). when i executing julius there is no error message. is it true that the performance using language model is worse than using grammar? here is the step that i already did in language model htk:  REVERSE TRIGRAM: - reverse all train corpus - make unigram and bigram - make trigram LBuild -f TEXT -T 1 -c 3 1 -n 3 -l lm_2k\bg1 lm_2k\2k.wmap lm_2k\tg1_1_new.arpa holmes.1\data.0  holmes.1\data.1 holmes.1\data.2  lm_2k\data.0 in julius: - mkbingram -nlr bg1_new.arpa -nrl tg1_1_new.arpa julius2.bin from the step above, is there wrong step or missing step? thanks. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/reverse-trigram</guid>
<pubDate>Thu, 28 Apr 2011 02:44:17 -0500</pubDate>
</item>

<item>
<title>error with HInit.</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/error-with-hinit</link>
<description>I have been trying to use HInit and have been getting different errors. The first one being the following: In this example, I am just trying to recognize a phoneme for the letter &#x27;a&#x27;. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/error-with-hinit</guid>
<pubDate>Thu, 21 Apr 2011 07:44:04 -0500</pubDate>
</item>

<item>
<title>Support your project</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/support-your-project</link>
<description>Hi , we are from Turkey. We interested in your project much. We have online game.We will give gifts some people who talks on voxforge everyday. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/support-your-project</guid>
<pubDate>Sat, 09 Apr 2011 10:21:47 -0500</pubDate>
</item>

<item>
<title>ERROR 3219 HVite: HMM list file name expected</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/error-3219-hvite-hmm-list-file-name-expected</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/error-3219-hvite-hmm-list-file-name-expected</guid>
<pubDate>Wed, 30 Mar 2011 16:11:58 -0500</pubDate>
</item>

<item>
<title>Utilize HTK Live recognizer</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/utilize-htk-live-recognizer</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/utilize-htk-live-recognizer</guid>
<pubDate>Wed, 30 Mar 2011 11:37:05 -0500</pubDate>
</item>

<item>
<title>Using Keith Vertanen&#x27;s AM and LM in Julius</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-keith-vertanens-am-and-lm-in-julius</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-keith-vertanens-am-and-lm-in-julius</guid>
<pubDate>Thu, 17 Mar 2011 12:31:25 -0500</pubDate>
</item>

<item>
<title>License terms</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/license-terms</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/license-terms</guid>
<pubDate>Wed, 16 Mar 2011 19:57:41 -0500</pubDate>
</item>

<item>
<title>Speech controlled Program</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-controlled-program</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-controlled-program</guid>
<pubDate>Wed, 02 Mar 2011 02:55:06 -0600</pubDate>
</item>

<item>
<title>Download Nightly Build within my GPL application</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/download-nightly-build-within-my-gpl-application</link>
<description>Hi! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/download-nightly-build-within-my-gpl-application</guid>
<pubDate>Tue, 22 Feb 2011 05:49:43 -0600</pubDate>
</item>

<item>
<title>2011 Nightly Builds?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/2011-nightly-builds</link>
<description>hi everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/2011-nightly-builds</guid>
<pubDate>Mon, 21 Feb 2011 08:13:20 -0600</pubDate>
</item>

<item>
<title>Read not working.</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/read-not-working</link>
<description>http://imagebin.org/135904 </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/read-not-working</guid>
<pubDate>Wed, 02 Feb 2011 20:19:23 -0600</pubDate>
</item>

<item>
<title>Speech samples and/or acoustic model for a particular dialect</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-samples-and/or-acoustic-model-for-a-particular-dialect</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-samples-and/or-acoustic-model-for-a-particular-dialect</guid>
<pubDate>Wed, 02 Feb 2011 05:24:49 -0600</pubDate>
</item>

<item>
<title>How to using htk on window</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-using-htk-on-window</link>
<description>Hi. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-using-htk-on-window</guid>
<pubDate>Sun, 16 Jan 2011 04:00:10 -0600</pubDate>
</item>

<item>
<title>New Audio Source</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/new-audio-source</link>
<description>I&#x27;m not sure if this is a dumb question: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/new-audio-source</guid>
<pubDate>Thu, 06 Jan 2011 20:30:08 -0600</pubDate>
</item>

<item>
<title>acoustics</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/acoustics</link>
<description>Ken, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/acoustics</guid>
<pubDate>Wed, 22 Dec 2010 12:56:57 -0600</pubDate>
</item>

<item>
<title>speech enabled websites</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-enabled-websites</link>
<description>Hey folks, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-enabled-websites</guid>
<pubDate>Thu, 09 Dec 2010 07:47:07 -0600</pubDate>
</item>

<item>
<title>How to start Turkish support in VoxForge?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-start-turkish-support-in-voxforge</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-start-turkish-support-in-voxforge</guid>
<pubDate>Tue, 09 Nov 2010 14:34:35 -0600</pubDate>
</item>

<item>
<title>Generated files in Subversion</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/generated-files-in-subversion</link>
<description>While building databases I meet the same issue over and over again - side of the repository is unnecessary huge due to autogenerated files like *.mfc and resampled *.wav. I strongly recommend to remove such files from the repository since they do not add any information only increase pain with duplicated bugs. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/generated-files-in-subversion</guid>
<pubDate>Wed, 27 Oct 2010 16:58:16 -0500</pubDate>
</item>

<item>
<title>Search indexed files?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/search-indexed-files</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/search-indexed-files</guid>
<pubDate>Wed, 20 Oct 2010 18:33:12 -0500</pubDate>
</item>

<item>
<title>New from W3C: HTML Speech Incubator Group Charter</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/new-from-w3c-html-speech-incubator-group-charter</link>
<description>From their web page: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/new-from-w3c-html-speech-incubator-group-charter</guid>
<pubDate>Wed, 29 Sep 2010 18:33:30 -0500</pubDate>
</item>

<item>
<title>Problem with HInit</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/problem-with-hinit</link>
<description>Hi everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/problem-with-hinit</guid>
<pubDate>Fri, 24 Sep 2010 10:24:55 -0500</pubDate>
</item>

<item>
<title>any conversations in the available audio</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/any-conversations-in-the-available-audio</link>
<description>I&#x27;m looking for recordings of conversation that I can use for a speech application I&#x27;m working on.  I&#x27;ve downloaded a few folders but so far they all consist of a single person speaking.  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/any-conversations-in-the-available-audio</guid>
<pubDate>Thu, 23 Sep 2010 10:03:31 -0500</pubDate>
</item>

<item>
<title>How to add new words... ?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-add-new-words...-</link>
<description>I probably misunderstand the forums, but it seems like this thread that I posted to didn&#x27;t bump because I didn&#x27;t see it at the top of the category. So I&#x27;m posting a redirect... </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-add-new-words...-</guid>
<pubDate>Tue, 14 Sep 2010 10:17:43 -0500</pubDate>
</item>

<item>
<title>Convert sphinx .arpa language model to .DMP file issue</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/convert-sphinx-.arpa-language-model-to-.dmp-file-issue</link>
<description>Hello everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/convert-sphinx-.arpa-language-model-to-.dmp-file-issue</guid>
<pubDate>Mon, 13 Sep 2010 08:42:16 -0500</pubDate>
</item>

<item>
<title>add Ralf&#x27;s German dictionary 0.2.1 to Voxforge</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/add-ralfs-german-dictionary-0.2.1-to-voxforge</link>
<description>Hi Ken, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/add-ralfs-german-dictionary-0.2.1-to-voxforge</guid>
<pubDate>Sat, 11 Sep 2010 09:11:38 -0500</pubDate>
</item>

<item>
<title>Trying to follow guide to make my own acoustic model but problems...</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/trying-to-follow-guide-to-make-my-own-acoustic-model-but-problems..</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/trying-to-follow-guide-to-make-my-own-acoustic-model-but-problems..</guid>
<pubDate>Fri, 10 Sep 2010 15:10:07 -0500</pubDate>
</item>

<item>
<title>language model traning problem with utf-8 text corpus</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/language-model-traning-problem-with-utf-8-text-corpus</link>
<description>Hello everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/language-model-traning-problem-with-utf-8-text-corpus</guid>
<pubDate>Fri, 10 Sep 2010 05:00:35 -0500</pubDate>
</item>

<item>
<title>Isolated speech data</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/isolated-speech-data</link>
<description>Hello, people.  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/isolated-speech-data</guid>
<pubDate>Mon, 06 Sep 2010 00:46:14 -0500</pubDate>
</item>

<item>
<title>Wrong dictionary file with julius?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/wrong-dictionary-file-with-julius</link>
<description>I&#x27;ve got julius 4.1.5, the latest nightly 8khz acoustic model from this site, and the grammar from here: http://www.keithv.com/software/giga/lm_giga_64k_nvp_3gram.zip </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/wrong-dictionary-file-with-julius</guid>
<pubDate>Tue, 31 Aug 2010 19:52:12 -0500</pubDate>
</item>

<item>
<title>More than one language model as input to Julius</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/more-than-one-language-model-as-input-to-julius</link>
<description>Hi Ken </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/more-than-one-language-model-as-input-to-julius</guid>
<pubDate>Mon, 30 Aug 2010 14:14:53 -0500</pubDate>
</item>

<item>
<title>Clarification on Julius Language Model</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/clarification-on-julius-language-model</link>
<description>Hi </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/clarification-on-julius-language-model</guid>
<pubDate>Fri, 27 Aug 2010 11:26:02 -0500</pubDate>
</item>

<item>
<title>Dictionary format</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/dictionary-format</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/dictionary-format</guid>
<pubDate>Wed, 25 Aug 2010 06:19:19 -0500</pubDate>
</item>

<item>
<title>Windows 7 Speech Recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/windows-7-speech-recognition</link>
<description>Windows 7 Speech Recognition is really pretty good but I look for open-source to lead the way. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/windows-7-speech-recognition</guid>
<pubDate>Sun, 22 Aug 2010 14:45:08 -0500</pubDate>
</item>

<item>
<title>Research to Improve Speech Recognition Software</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/research-to-improve-speech-recognition-software</link>
<description>This was featured in ACM TechNews. There isn&#x27;t much details, but I&#x27;m copying it here in case someone finds it interesting. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/research-to-improve-speech-recognition-software</guid>
<pubDate>Fri, 13 Aug 2010 17:40:44 -0500</pubDate>
</item>

<item>
<title>Using president&#x27;s transcribed speeches</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-presidents-transcribed-speeches</link>
<description>I did a quick search through the forums and didn&#x27;t see any mention of this. The whitehouse.gov has a corpus of transcribed presidents&#x27; speeches along with the audio files. Have these been incorporated in Voxforge? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-presidents-transcribed-speeches</guid>
<pubDate>Thu, 29 Jul 2010 12:13:52 -0500</pubDate>
</item>

<item>
<title>Voice Recognition Command System</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voice-recognition-command-system</link>
<description>Hello: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voice-recognition-command-system</guid>
<pubDate>Fri, 09 Jul 2010 23:23:09 -0500</pubDate>
</item>

<item>
<title>HVite - How to use it for labeling?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/hvite---how-to-use-it-for-labeling</link>
<description>Hi,</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/hvite---how-to-use-it-for-labeling</guid>
<pubDate>Thu, 08 Jul 2010 10:10:12 -0500</pubDate>
</item>

<item>
<title>Sphinx 4/ Audio cache and Speech recognizer issues</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx-4/-audio-cache-and-speech-recognizer-issues</link>
<description>I have a an art gallery opening tomorrow.  Yeah I know.  I&#x27;ve been trying to fix this memory issue for two weeks now with no avail. The skinny: Here&#x27;s the code I&#x27;ve started with. http://pastebin.org/366431  Basically, here&#x27;s what the program is supposed to do:  It&#x27;s supposed to initialise a speech recognizer, and a microphone.  Supposed to find tweets specified by an external file that has the grammar words &#x22;love&#x22; &#x22;hate&#x22; &#x22;sad&#x22; etc.  It&#x27;s supposed to speak the words when recognized and while it is speaking the microphone turns off.  Then it is supposed to listen for the key word which is spoken and loop this procedure.  The problem I&#x27;m having is that i&#x27;m running out of memory and getting out of memory java heap error. I&#x27;ve upped my cache to 500 mb and changed the configuration files to match, and I&#x27;m still running out. This is due to one thing and one thing only:  the recognizer allocation. It&#x27;s somehow meant to be in the constructor. I&#x27;m not sure how to get the allocater out of the loop and have it work.   I&#x27;m supremely desperate and I&#x27;ve looked everywhere.  They may not let me exhibit if I can&#x27;t get the error fixed.   Here is an alternate code that someone suggested.  It&#x27;s not right but maybe it&#x27;s closer than the first. http://pastebin.org/367378 If anyone knows how to solve this issue i would greatly appreciate it! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx-4/-audio-cache-and-speech-recognizer-issues</guid>
<pubDate>Tue, 29 Jun 2010 20:37:11 -0500</pubDate>
</item>

<item>
<title>transcribe from wav files?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribe-from-wav-files</link>
<description>I downloaded http://www.repository.voxforge1.org/downloads/Main/Tags/Releases/0_1_1-build726/Julius-3.5.2-Quickstart-Linux_(0_1_1-build726).tgz, and, per the README, ran </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribe-from-wav-files</guid>
<pubDate>Tue, 22 Jun 2010 13:37:36 -0500</pubDate>
</item>

<item>
<title>JVXML demo code build error</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/jvxml-demo-code-build-error</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/jvxml-demo-code-build-error</guid>
<pubDate>Wed, 09 Jun 2010 16:53:55 -0500</pubDate>
</item>

<item>
<title>iPhone </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/iphone</link>
<description>Hi there, I&#x27;m planning on using voice recognition for 3-4 simple commands(single word) in an iPhone application I&#x27;m writting. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/iphone</guid>
<pubDate>Sun, 09 May 2010 18:04:53 -0500</pubDate>
</item>

<item>
<title>Gaussian Markov Model (GMM) </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/gaussian-markov-model-gmm</link>
<description>Hey, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/gaussian-markov-model-gmm</guid>
<pubDate>Wed, 05 May 2010 10:59:05 -0500</pubDate>
</item>

<item>
<title>Need Help: Modify julius code?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/need-help-modify-julius-code</link>
<description>Hi,</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/need-help-modify-julius-code</guid>
<pubDate>Sun, 02 May 2010 03:10:04 -0500</pubDate>
</item>

<item>
<title>Is voice recognition worth the hassle?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/is-voice-recognition-worth-the-hassle</link>
<description>I&#x27;m considering doing a project for a particular department at my school in the area of artificial intelligence. I am only considering it because I&#x27;ve been literally waiting for YEARS (10??) for speech recognition (I last looked at sphinx 3) to catch up to everyone else. By that what I mean is the documentation and implementation of a small portion of the project seems terribly time consuming and it also seems necessary that I find out HOW this section of the project works rather than add it on as a stand alone portion of the greater whole. I&#x27;ve written a great deal of the project in the past in seperate programs and am only now considering a culmination of the AI as a really nice expert system/prolog based AI if I can get certain bells and whistles to work on it. One being this ;) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/is-voice-recognition-worth-the-hassle</guid>
<pubDate>Thu, 29 Apr 2010 20:46:42 -0500</pubDate>
</item>

<item>
<title>How to deal with Out-Of-Vocabulary (OOV) Words</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-deal-with-out-of-vocabulary-oov-words</link>
<description>Hi all, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-deal-with-out-of-vocabulary-oov-words</guid>
<pubDate>Thu, 15 Apr 2010 09:25:24 -0500</pubDate>
</item>

<item>
<title>Grammer Files</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/grammer-files</link>
<description>After reading through this site, I see that this project seems only to be aimed at creating a solid acoustic model for various software. I&#x27;m working with Juilis, and was looking into the grammar files wondering how to expand on them easily. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/grammer-files</guid>
<pubDate>Sun, 11 Apr 2010 20:47:58 -0500</pubDate>
</item>

<item>
<title>Cambridge HTK server offline temporarily</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/cambridge-htk-server-offline-temporarily</link>
<description>For those who may have tried to access the server at http://htk.eng.cam.ac.uk/ in the last few days and found that it is not behaving correctly, I have this message back from the admin at the engineering dept: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/cambridge-htk-server-offline-temporarily</guid>
<pubDate>Thu, 08 Apr 2010 11:33:04 -0500</pubDate>
</item>

<item>
<title>Running Julian After Step 10</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/running-julian-after-step-10</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/running-julian-after-step-10</guid>
<pubDate>Thu, 01 Apr 2010 15:53:07 -0500</pubDate>
</item>

<item>
<title>Basic help needed please</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/basic-help-needed-please</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/basic-help-needed-please</guid>
<pubDate>Fri, 26 Mar 2010 05:15:49 -0500</pubDate>
</item>

<item>
<title>Getting the phonems directly instead words</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/getting-the-phonems-directly-instead-words</link>
<description>Guys, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/getting-the-phonems-directly-instead-words</guid>
<pubDate>Thu, 11 Mar 2010 05:13:53 -0600</pubDate>
</item>

<item>
<title>Using and Setting Up Grammar</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-and-setting-up-grammar</link>
<description>All, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-and-setting-up-grammar</guid>
<pubDate>Mon, 01 Mar 2010 21:55:07 -0600</pubDate>
</item>

<item>
<title>Recognition results statistics</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/recognition-results-statistics</link>
<description>Hi,  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/recognition-results-statistics</guid>
<pubDate>Mon, 01 Mar 2010 11:00:07 -0600</pubDate>
</item>

<item>
<title>transcribing seminar videos</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribing-seminar-videos</link>
<description>i have a group of seminar videos, I am looking at setting up a website like metavid ( http://metavid.org/ ) witch is based on the wikipedia software </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribing-seminar-videos</guid>
<pubDate>Thu, 25 Feb 2010 06:21:05 -0600</pubDate>
</item>

<item>
<title>finding language model weight</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/finding-language-model-weight</link>
<description>hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/finding-language-model-weight</guid>
<pubDate>Sun, 21 Feb 2010 23:01:48 -0600</pubDate>
</item>

<item>
<title>convert .mfc on sphinx into .mfc of htk</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/convert-.mfc-on-sphinx-into-.mfc-of-htk</link>
<description>hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/convert-.mfc-on-sphinx-into-.mfc-of-htk</guid>
<pubDate>Sat, 06 Feb 2010 11:47:40 -0600</pubDate>
</item>

<item>
<title>frusterated</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/frusterated</link>
<description>usually my forum posts are a little short tempered due to my frusteration with trying and researching and trying something and posting as a last resort so please bear with me... </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/frusterated</guid>
<pubDate>Wed, 03 Feb 2010 18:06:29 -0600</pubDate>
</item>

<item>
<title>diff julius julian</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/diff-julius-julian</link>
<description>I guess I don&#x27;t really understand the difference between julius and julian. I&#x27;ve read the technical stuff, but can somebody simplify the explanation? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/diff-julius-julian</guid>
<pubDate>Tue, 02 Feb 2010 20:55:53 -0600</pubDate>
</item>

<item>
<title>Grammer?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/grammer</link>
<description>In the Julius manual, they always refer to grammer like its some sort of object. What does this mean? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/grammer</guid>
<pubDate>Tue, 02 Feb 2010 21:06:25 -0600</pubDate>
</item>

<item>
<title>Game development</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/game-development</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/game-development</guid>
<pubDate>Mon, 01 Feb 2010 05:25:51 -0600</pubDate>
</item>

<item>
<title>Voxforge java speech applet and Firefox 3.6</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-java-speech-applet-and-firefox-3.6</link>
<description>I just upgraded my Firefox to 3.6 and had a lot of problems getting my java plugin to work with the new version. Most of the instructions about installing the symbolic link state something like </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-java-speech-applet-and-firefox-3.6</guid>
<pubDate>Mon, 25 Jan 2010 05:10:31 -0600</pubDate>
</item>

<item>
<title>Getting CSR that is comparable to Dragon</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/getting-csr-that-is-comparable-to-dragon</link>
<description>What would be the approach to get either Sphinx, Julius or HTK to be as accurate as Dragon Naturally Speaking preferred or pro version in English (USA and or UK)?   Has anyone achieved anything close?  i.e. accurate CSR with a large english vocab.  I assume that a much larger speech corpus than what VoxForge currently has would be required, along with a much larger dictionary than what is currently available.  Even if VoxForge reaches 140 hours of English, would this be enough?  What other things would have to be done to the 140 hours to have it be good enough?   </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/getting-csr-that-is-comparable-to-dragon</guid>
<pubDate>Fri, 08 Jan 2010 13:22:16 -0600</pubDate>
</item>

<item>
<title>Sources of text</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/sources-of-text</link>
<description>Is there any legal restriction on submitting recordings made from reading news articles from online news sites? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/sources-of-text</guid>
<pubDate>Thu, 07 Jan 2010 15:08:27 -0600</pubDate>
</item>

<item>
<title>HTK Site not up?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-site-not-up</link>
<description>I&#x27;m new to VoxForge (read: VF and all related areas of study) and tried to follow the tutorial for creating an acoustic model from my own voice, but ran into a problem when trying to get HTK. Simply put, I can&#x27;t reach the site. I get errors like &#x22;Server not found&#x22; or &#x22;Connection to the Server was reset&#x22;, etc. I tried the Google cache of the page and it reports that their latest cached copy was from Christmas Eve (24 Dec 2009 17:20:17 GMT). Other parts of Cambridge&#x27;s Engineering Dept. appear to be up. Is this just temporary or is something up? I can&#x27;t get any HTK stuff, so I&#x27;m stalled for now. Any help would be appreciated. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-site-not-up</guid>
<pubDate>Thu, 31 Dec 2009 14:58:52 -0600</pubDate>
</item>

<item>
<title>Deep learning for spoken language identification</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/deep-learning-for-spoken-language-identification</link>
<description>The VoxForge corpus was used in research by Gregoire Montavon, Machine Learning Group, Berlin Institute of Technology, Germany on  Deep learning for spoken language identification.  From the abtract: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/deep-learning-for-spoken-language-identification</guid>
<pubDate>Tue, 15 Dec 2009 16:52:31 -0600</pubDate>
</item>

<item>
<title>VoxForge applet parameters and source</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-applet-parameters-and-source</link>
<description>Hi! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-applet-parameters-and-source</guid>
<pubDate>Mon, 07 Dec 2009 13:56:25 -0600</pubDate>
</item>

<item>
<title>Can&#x27;t run Julius/Julian in Ubuntu Karmic</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/cant-run-julius/julian-in-ubuntu-karmic</link>
<description>When I execute ./julian -input mic -C julian.jconf it results in this: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/cant-run-julius/julian-in-ubuntu-karmic</guid>
<pubDate>Tue, 24 Nov 2009 11:32:17 -0600</pubDate>
</item>

<item>
<title>Split development?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/split-development</link>
<description>Sam wrote in an email: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/split-development</guid>
<pubDate>Mon, 16 Nov 2009 13:32:52 -0600</pubDate>
</item>

<item>
<title>Several questions / ideas</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/several-questions-/-ideas</link>
<description>email from Sam: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/several-questions-/-ideas</guid>
<pubDate>Mon, 16 Nov 2009 12:48:27 -0600</pubDate>
</item>

<item>
<title>Sphinx4 in NetBeans; PocketSphinx demo</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx4-in-netbeans-pocketsphinx-demo</link>
<description>Hello :-)! Once I asked on this forum for help and KMacLean gave me really useful answer :-). This is why I thought that maybe you can help me a little bit with two things. First thing (most important) is that I&#x27;ve got Sphinx4 installed in Windows and I&#x27;d like to create my own application which uses Sphinx4 in NetBeans. In order to do it, first of all I&#x27;d like to recompile examplary application (HelloDigits) in NetBeans. However, there are some problems with building it, connected with structure of directories in Sphinx4. The second problem (less important than first one) is how to run examplary applications in PocketSphinx. Because I already posted those questions on sourceforge (and I wait really much for the answer to the second one) in order to avoid crossposting, let me give links to those topics here: Sphinx4 in NetBeans -&#x26;gt; https://sourceforge.net/projects/cmusphinx/forums/forum/382337/topic/3453042 (post #1) how to run demos in PocketSphinx -&#x26;gt; https://sourceforge.net/projects/cmusphinx/forums/forum/5471/topic/3445960 (post #4) Thanks very much for help in advance :-)! Greetings :-)! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx4-in-netbeans-pocketsphinx-demo</guid>
<pubDate>Sun, 08 Nov 2009 13:44:07 -0600</pubDate>
</item>

<item>
<title>input by spelling a good in between objective?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/input-by-spelling-a-good-in-between-objective</link>
<description>It will probably take a while before usable OS dictation software will be a realistticobjective, however, I can imagine that an application to input text using spelling is not as unlikely at all. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/input-by-spelling-a-good-in-between-objective</guid>
<pubDate>Tue, 03 Nov 2009 13:28:49 -0600</pubDate>
</item>

<item>
<title>Julius, HTK or Sphinx for mobile phone</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-htk-or-sphinx-for-mobile-phone</link>
<description>Hello :-)! I&#x27;d like to create application for mobile phone such that: 1. user enters this application, 2. user speaks ten digits, then says stop, application checks control sum, if the sum is correct it asks the user for some additional informations, if not it asks whether the user accepts improper control sum or wants to repeat digits 3. based on this talk, application creates little text file and sends it to server (probably with Tomcat) The other possible approach (however that first one is better) is somehow different: 1. user calls special number, it connects him to server with Asterisk 2. the same as above 3. the only one difference is that there is no need to send it, it is just saved on the server. At first I thought about CMU Sphinx, i.e. PocketSphinx (C language) for first approach or Sphinx4 (Java) for second one. However now I think that it may be better idea to check other freeware, open-source systems like HTK or Julius. Which of these three (Sphinx, HTK, Julius) is better for first, and which for the second approach and why? (I cannot buy super-expensive mobile phone so hardware resources on phone are limited). Can you give me, please, some tutorials which say about (beginning from most important): 1. where to download the system, how to compile, install and run it on computer 2. how to create algorithm of recognition (as explained in second point above) 3. how to run it on mobile phone! 4. how to create my own model (what kind of models? acoustic and language I guess?). I need to create my own because I need other language that English and I am almost sure there won&#x27;t be already existing, available for free model for my language (it is Polish language). However, maybe English model would be good enough, even if there may be some differences in phonemes. Thank you very much for your help in advance :-)! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-htk-or-sphinx-for-mobile-phone</guid>
<pubDate>Sun, 25 Oct 2009 06:01:46 -0500</pubDate>
</item>

<item>
<title>Bluetooth device as audio in/out</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/bluetooth-device-as-audio-in/out</link>
<description>I&#x27;ve been experimenting with a bluetooth dongle and a Jabra BT2040 as an audio input and output device. The idea is a handsfree communication with a Julius SRE in place of the wired USB headset I normally use. (Using Opensuse 11.1 + Blueman) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/bluetooth-device-as-audio-in/out</guid>
<pubDate>Sat, 10 Oct 2009 06:58:10 -0500</pubDate>
</item>

<item>
<title>Relatiob with LibriVox</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/relatiob-with-librivox</link>
<description>What is the relation of this project and a LibriVox? Do LibriVox utterances are incorporated into VoxForge or not? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/relatiob-with-librivox</guid>
<pubDate>Thu, 01 Oct 2009 05:02:00 -0500</pubDate>
</item>

<item>
<title>Speech to Phenome to Speech</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-to-phenome-to-speech</link>
<description>Just curious, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-to-phenome-to-speech</guid>
<pubDate>Thu, 10 Sep 2009 18:47:16 -0500</pubDate>
</item>

<item>
<title>University of Washington Research Lectures</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/university-of-washington-research-lectures</link>
<description>I was scanning the FTA satellites last evening and found this interesting lecture on extracting meaning from sentences in a voice interaction context from UWTV: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/university-of-washington-research-lectures</guid>
<pubDate>Thu, 10 Sep 2009 04:53:28 -0500</pubDate>
</item>

<item>
<title>How to get the time of each Phoneme/Viseme in audio file for lipsync?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-get-the-time-of-each-phoneme/viseme-in-audio-file-for-lipsync</link>
<description>hi,all I want to do the lipsync for my cg animation. I think I have to get the time of each Phoneme/Viseme in the audio file. My questions are: 1.How to get the time of each Phoneme/Viseme from audio file (e.g.wav/ogg/...)?for example, i need the information like this: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-get-the-time-of-each-phoneme/viseme-in-audio-file-for-lipsync</guid>
<pubDate>Tue, 01 Sep 2009 07:19:44 -0500</pubDate>
</item>

<item>
<title>Dynamic phoneme generation</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/dynamic-phoneme-generation</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/dynamic-phoneme-generation</guid>
<pubDate>Mon, 24 Aug 2009 14:51:53 -0500</pubDate>
</item>

<item>
<title>sphinx + voxforge</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx--voxforge</link>
<description>hey voxforge team </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/sphinx--voxforge</guid>
<pubDate>Sat, 22 Aug 2009 12:28:37 -0500</pubDate>
</item>

<item>
<title>htk silence removal</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-silence-removal</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/htk-silence-removal</guid>
<pubDate>Wed, 12 Aug 2009 00:32:10 -0500</pubDate>
</item>

<item>
<title>phonetic dictionary create edit format</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/phonetic-dictionary-create-edit-format</link>
<description>Hello all, I hope to make it easier to improve a phonetic dictionary with g2p4j. I welcome advice and anyone wishing to help with this project: http://g2p4j.sourceforge.net/ I post here instead of continuing audio-discussions medical-technical-language-voice-files since my interest for now is understanding phonetic dictionaries. I have compared machine made dictionaries of technical words.  I find that Sequitur G2P and Festival introduced different errors. Both require a high percentage of manual corrections. Sequitur lacks the schwa ax. Could this be added? Technical words poorly follow the letter to phoneme model of general English. Examples: ey not ah to mean &#x22;not&#x22; (Greek) abacterial (ey/ah) b ae k t ih r iy ax l o vowel ow should not shift to ah adrenocortical ah d r eh n (ow/ah) k ao r t ah k ah l Although it may be overly ambitious, I use a tag for word alternatives. The same dictionary can be sorted to give preference to a region or patched and sorted to adapt a general acoustic model to an individual. I would appreciate any references that detail the role of alternate </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/phonetic-dictionary-create-edit-format</guid>
<pubDate>Sun, 02 Aug 2009 07:44:05 -0500</pubDate>
</item>

<item>
<title>GPL on audio files</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/gpl-on-audio-files</link>
<description>Hi,  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/gpl-on-audio-files</guid>
<pubDate>Tue, 07 Jul 2009 10:47:37 -0500</pubDate>
</item>

<item>
<title>Guide to setting up speech recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/guide-to-setting-up-speech-recognition</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/guide-to-setting-up-speech-recognition</guid>
<pubDate>Sun, 14 Jun 2009 13:22:17 -0500</pubDate>
</item>

<item>
<title>Programming Library to Edit Audio</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/programming-library-to-edit-audio</link>
<description>We have some 10-minute wav files that contain speech. There are well-defined pauses in the speech. We need to write a program that separates out the speech between these pauses and outputs them as separate audio files. We also need to be able to save the elapsed time at the end of each pause. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/programming-library-to-edit-audio</guid>
<pubDate>Mon, 08 Jun 2009 18:26:36 -0500</pubDate>
</item>

<item>
<title>Seeking audio for generation of text-to-speech voices</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/seeking-audio-for-generation-of-text-to-speech-voices</link>
<description>I have written a text-to-speech engine which lets people create their own voices, and wish to create more voices for it. I found the CMU Festival voices (like AWB, RMS, JMK, etc.), but need more voices. Are any of the voices here that are good for TTS? (aka: 1000+ sentences) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/seeking-audio-for-generation-of-text-to-speech-voices</guid>
<pubDate>Mon, 08 Jun 2009 16:51:58 -0500</pubDate>
</item>

<item>
<title>preferred way to download all 16kHz english audio files</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/preferred-way-to-download-all-16khz-english-audio-files</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/preferred-way-to-download-all-16khz-english-audio-files</guid>
<pubDate>Sun, 24 May 2009 20:11:17 -0500</pubDate>
</item>

<item>
<title>Vote for VoxForge</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/vote-for-voxforge</link>
<description>I just voted for VoxForge in the category: &#x22;Most Likely to Change the Way You Do Everything&#x22; </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/vote-for-voxforge</guid>
<pubDate>Sat, 23 May 2009 04:43:24 -0500</pubDate>
</item>

<item>
<title>Interns/Coops/etc. interested sphinx-related project work?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/interns/coops/etc.-interested-sphinx-related-project-work</link>
<description>Hi - </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/interns/coops/etc.-interested-sphinx-related-project-work</guid>
<pubDate>Mon, 11 May 2009 06:55:25 -0500</pubDate>
</item>

<item>
<title>Error in ./HTK_Compile_Model.sh</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/error-in-./htk_compile_model.sh</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/error-in-./htk_compile_model.sh</guid>
<pubDate>Mon, 04 May 2009 13:57:18 -0500</pubDate>
</item>

<item>
<title>Using VoxForge in a project</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-voxforge-in-a-project</link>
<description>I want to use VoxForge to convert speech into text for words like &#x22;input&#x22;, &#x22;output&#x22;,&#x22;int&#x22;,&#x22;float&#x22; etc..  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-voxforge-in-a-project</guid>
<pubDate>Sat, 02 May 2009 21:51:03 -0500</pubDate>
</item>

<item>
<title>Whole-Word Recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/whole-word-recognition</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/whole-word-recognition</guid>
<pubDate>Wed, 29 Apr 2009 09:43:27 -0500</pubDate>
</item>

<item>
<title>LM Perplexity for LVCSR task</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/lm-perplexity-for-lvcsr-task</link>
<description>Hi </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/lm-perplexity-for-lvcsr-task</guid>
<pubDate>Fri, 24 Apr 2009 00:02:19 -0500</pubDate>
</item>

<item>
<title>audio CAPTCHA suggestion</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/audio-captcha-suggestion</link>
<description>You should consider building your voice recognition system into captcha inputs that people could embed into their own webpages.  It would still be a visual captcha, since the person would have to read the word/letters - but you would provide the option of submitting it verbally to further the cause of open speech recognition.  Would obviouslly have to be on words that were good enough to give a fair probability score when they&#x27;re being explicitly looked for. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/audio-captcha-suggestion</guid>
<pubDate>Thu, 23 Apr 2009 21:46:40 -0500</pubDate>
</item>

<item>
<title>Using adapted models with julius</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/using-adapted-models-with-julius</link>
<description>Hello </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/using-adapted-models-with-julius</guid>
<pubDate>Sat, 18 Apr 2009 05:05:11 -0500</pubDate>
</item>

<item>
<title>Submissions Stalled</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/submissions-stalled</link>
<description>I tried submitting several voice samples over a week ago, but I still haven&#x27;t shown up on the metrics page.  It looks like the &#x22;nightly&#x22; batch file that processes the samples might not be running anymore. My (and many other) samples are showing up on the &#x22;Speech Submissions Awaiting Processing&#x22; page (http://read.voxforge1.org/r0_1_6/endpage.php). </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/submissions-stalled</guid>
<pubDate>Wed, 15 Apr 2009 14:43:30 -0500</pubDate>
</item>

<item>
<title>Text To Speech</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech3</link>
<description>Hi there, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech3</guid>
<pubDate>Tue, 14 Apr 2009 06:43:00 -0500</pubDate>
</item>

<item>
<title>transcribing expermints</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribing-expermints</link>
<description>I want to do some expermints.  I don&#x27;t have any expectaions, so save the &#x22;it isn&#x27;t going to work good enough&#x22; becaue all I am hoping for at first is to see how good/bad things are with various amounts of effort. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/transcribing-expermints</guid>
<pubDate>Tue, 07 Apr 2009 21:55:28 -0500</pubDate>
</item>

<item>
<title>Free Speech Isolated Word Recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/free-speech-isolated-word-recognition</link>
<description>Hi, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/free-speech-isolated-word-recognition</guid>
<pubDate>Mon, 06 Apr 2009 08:47:30 -0500</pubDate>
</item>

<item>
<title>Error while creating reverse trigram</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/error-while-creating-reverse-trigram</link>
<description>Hello </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/error-while-creating-reverse-trigram</guid>
<pubDate>Mon, 06 Apr 2009 07:12:10 -0500</pubDate>
</item>

<item>
<title>Compare speeches</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/compare-speeches</link>
<description>Hello, I need to compare some voice speeches of different people to see if they say the same and if they pronounce it correctly. For this I am using Julius but the problem is that it always tries to match the speech with the grammar even if the word it is said isn&#x27;t in it. I thought that maybe using dictation I could get better results, because I don&#x27;t need to have an accurate output (it doesn&#x27;t have to be the same as what it is said on the speech), if the output is the same for two speeches of different people where they say the same and correctly it&#x27;s enough. What do you think? Is to possible to say to Julius not to give an output if what was said is not part of the grammar? I hope you understand what I want to do. Thank you very much and sorry for my English. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/compare-speeches</guid>
<pubDate>Fri, 03 Apr 2009 04:46:22 -0500</pubDate>
</item>

<item>
<title>Old copyright line found</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/old-copyright-line-found</link>
<description>It seems that most of pages on this site have up-to-date copyright line bottom of the page, but I scrolled http://read.voxforge1.org/r0_1_6/endpage.php down and found an old &#x22;2005-2007&#x22; there. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/old-copyright-line-found</guid>
<pubDate>Sat, 14 Mar 2009 07:41:14 -0500</pubDate>
</item>

<item>
<title>Searching for voice test files to test voice quality, voice quality test files used in PESQ and other methods</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/searching-for-voice-test-files-to-test-voice-quality-voice-quality-test-files-used-in-pesq-and-other-methods</link>
<description>Hi, Would greately appreciate any reference to test files</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/searching-for-voice-test-files-to-test-voice-quality-voice-quality-test-files-used-in-pesq-and-other-methods</guid>
<pubDate>Thu, 05 Mar 2009 05:59:32 -0600</pubDate>
</item>

<item>
<title>Just sayin Hello</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/just-sayin-hello</link>
<description>I am new here and have read the archive of forum posts.  I am somewhat new to speech recognition and have been bugging nsh quite a bit on freenode #cmusphinx.  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/just-sayin-hello</guid>
<pubDate>Wed, 18 Feb 2009 04:23:31 -0600</pubDate>
</item>

<item>
<title>NATO alphabet and voice recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/nato-alphabet-and-voice-recognition</link>
<description>Just wondering about the applicability of the NATO alphabet in voice recognition. Originally intended to help with clear communication over radio, I&#x27;m wondering if the same principles apply with voice recognition, or perhaps there are other alphabets which fit with VR more effectively. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/nato-alphabet-and-voice-recognition</guid>
<pubDate>Sat, 07 Feb 2009 08:40:42 -0600</pubDate>
</item>

<item>
<title>Julius Isolated Word</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-isolated-word</link>
<description>Hi All, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/julius-isolated-word</guid>
<pubDate>Fri, 06 Feb 2009 22:58:31 -0600</pubDate>
</item>

<item>
<title>Scaling a grammar</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/scaling-a-grammar</link>
<description>I am using Julius + HTK and the voxforge scripts (latest versions of everything). </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/scaling-a-grammar</guid>
<pubDate>Mon, 02 Feb 2009 09:23:22 -0600</pubDate>
</item>

<item>
<title>Problems running Julius</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/problems-running-julius</link>
<description>Hello, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/problems-running-julius</guid>
<pubDate>Fri, 09 Jan 2009 08:56:06 -0600</pubDate>
</item>

<item>
<title>generic english .grammar and .voca files?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/generic-english-.grammar-and-.voca-files</link>
<description>Hi All, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/generic-english-.grammar-and-.voca-files</guid>
<pubDate>Tue, 30 Dec 2008 11:36:09 -0600</pubDate>
</item>

<item>
<title>mfc extension</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/mfc-extension2</link>
<description>What do I need to open files with the .mfc extension? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/mfc-extension2</guid>
<pubDate>Sun, 28 Dec 2008 10:19:46 -0600</pubDate>
</item>

<item>
<title>mfc extension</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/mfc-extension</link>
<description>What do I need to open files with the .mfc extension? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/mfc-extension</guid>
<pubDate>Sun, 28 Dec 2008 10:19:45 -0600</pubDate>
</item>

<item>
<title>cross checking industry standards and best practices</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/cross-checking-industry-standards-and-best-practices</link>
<description>1. Any best practices or industry benchmark figures to compare time spent by customer in the IVR </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/cross-checking-industry-standards-and-best-practices</guid>
<pubDate>Fri, 19 Dec 2008 17:41:07 -0600</pubDate>
</item>

<item>
<title>ESV.org as an audiobook resource</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/esv.org-as-an-audiobook-resource</link>
<description>ESV.org is the website for the English Standard Bible.  You can go to a chapter of this bible (eg http://www.gnpcb.org/esv/search/?q=Genesis+1 ) and click on the &#x22;Listen&#x22; link.  Each word is then read by a professional narrator, and the text (in context) is displayed on the screen. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/esv.org-as-an-audiobook-resource</guid>
<pubDate>Thu, 18 Dec 2008 08:48:35 -0600</pubDate>
</item>

<item>
<title>How did Google collected a speech for their ASR</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-did-google-collected-a-speech-for-their-asr</link>
<description>Google also had a useful set of data correlating speech samples with</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-did-google-collected-a-speech-for-their-asr</guid>
<pubDate>Tue, 25 Nov 2008 13:24:53 -0600</pubDate>
</item>

<item>
<title>DFA/ sp-phone</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/dfa/-sp-phone</link>
<description>I began a few days ago with some julius-testing. But I have a problem. I don&#x27;t understand the syntax of the sample.dfa-file. My configuration can recognize just two words now (but that actually works great, 100% accuracy;)). Is there a tutorial or a readme about this? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/dfa/-sp-phone</guid>
<pubDate>Sun, 23 Nov 2008 09:55:40 -0600</pubDate>
</item>

<item>
<title>beginning or getting startet</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/beginning-or-getting-startet</link>
<description>can someone tell me how to begin. i &#x26;acute;ve desperatly been looking for a voice recognition. and now since i &#x26;acute;ve finally found this, i cannot get startet, because i don&#x26;acute;t understand how it works. i would be thankfull, if someone could give me an introduction. thanx in advance. joel david </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/beginning-or-getting-startet</guid>
<pubDate>Fri, 07 Nov 2008 17:55:56 -0600</pubDate>
</item>

<item>
<title>Funtionality request for Voxforge</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/funtionality-request-for-voxforge</link>
<description>Hi again,   Another thing, thinking about voice donor process, I have one idea... let&#x27;s see if you think it could be viable.   In english there are some programs that do voice recognition, but in spanish there is NO program that can do anything. (This happens in a lot of languages).   If a possible voice donor, see the number of voice records that we have in any language like spanish, it seems that it&#x27;s very dificult to reach the first 140 hours objetive.   Then a person, like me, could forgot the donor, or he could think about preparing training data for sphinx2 or sphinx3 or julian, in order to have basic functions of recognition for his own voice... the process of creating this it&#x27;s not easy.   Could it be possible to have a application in voxforge that help the people in all this training process. Let&#x27;s say that in the initial process you have the read applet. Then a person could record his voice (100 phrases could be about 10 minutes of voice), and voxforge will retain all this voice under the GNU license. Then let&#x27;s say that Voxforge processes the voice of one person and prepare with HTK, the HMM files that this person could use it in order to use any of the voice recognition engines (the selected by voxforge). This could be a little gift that voxforge gives to a voice donor... and it could help convincing a person to donor his voice.   If this process is something that could be automatically done, it could be possible to write some messages in some linux &#x22;freak&#x22; forums, explaining the easy method of having voice recognition for their desktop...   What do you thing about this?!? could it be a way in order to persuade to donor his voice. Regards. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/funtionality-request-for-voxforge</guid>
<pubDate>Wed, 29 Oct 2008 17:19:24 -0500</pubDate>
</item>

<item>
<title>New iPhone voice dialing apps </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/new-iphone-voice-dialing-apps</link>
<description>Here are a couple of new apps for the iPhone that use Open Source speech recognition engines.  Although the apps themselves are closed source, it is interesting to see what can be done with PocketSphinx and Julius. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/new-iphone-voice-dialing-apps</guid>
<pubDate>Mon, 29 Sep 2008 21:56:17 -0500</pubDate>
</item>

<item>
<title>Legal information</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/legal-information</link>
<description>Hi everyone, </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/legal-information</guid>
<pubDate>Tue, 23 Sep 2008 13:47:45 -0500</pubDate>
</item>

<item>
<title>Translate the VoxForge-applet to your own language.</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/translate-the-voxforge-applet-to-your-own-language</link>
<description>You can translate the speech submission applet  of VoxForge and make the first prompts for your language now at http://translations.launchpad.net/voxforge Dani&#x26;euml;l </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/translate-the-voxforge-applet-to-your-own-language</guid>
<pubDate>Tue, 09 Sep 2008 09:16:12 -0500</pubDate>
</item>

<item>
<title>FreeCLAS - &#x22;Free Commons of Linguistically Annotated Speech&#x22;. </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/freeclas---free-commons-of-linguistically-annotated-speech</link>
<description>From the a comp.speech.research post: FreeCLAS (http://www.ihear.com/FreeCLAS) is a new project to build a a  data base of high-quality speech data. &#x22;High quality&#x22; means annotated  data that have been validated by humans. Building such a data base has  been expensive because it requires substantial investment of people&#x27;s  attention. As a result, high-quality speech data is not generally  available.  FreeCLAS uses a wiki. This is a call for people to join the wiki to  build it. Embedded in the wiki is a tool, shva, which opens from your  browser to let you hear, view and annotate any utterance in FreeCLAS.  At this point, there is a seed data base of a small collection of  utterances annotated in en-US and IPA.  shva and other related software downloadable from FreeCLAS are all  Free Software, licensed under GPL or other compatible licenses. The  speech data is under the Creative Commons attribute-share-alike  license. Their focus seems to be more collecting linguistic annotations of speech by getting users to provide/validate time stamps of utterances.  This is a little different what VoxForge is doing.  We are basically trying to collect speech prompts (15-20 words long), with little regard for accurate timings - since the HTK/SPhinx acoustic model training process can do this automatically (with short utterances) What is really interesting (from VoxForge standpoint at least) is their ALingA (GPLv3) annotation Java applet.  I can&#x27;t get the app the run on my PC (I have a 64-bit machine, which they don&#x27;t provide support for...yet).  However, from the screen shots, it looks very impressive for a Java applet.  They use the JavaFX libraries, which is Sun&#x27;s answer to creating rich Internet applications (RIAs)... i.e. Sun approach to creating a Flash-like environment.  It might be a useful starting point for a speech submission annotation validator for VoxForge (but just to allow other users to validate that an utterance matches the prompt line). Ken </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/freeclas---free-commons-of-linguistically-annotated-speech</guid>
<pubDate>Thu, 04 Sep 2008 12:33:52 -0500</pubDate>
</item>

<item>
<title>Making VoxForge corpus useful for ASR research</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/making-voxforge-corpus-useful-for-asr-research</link>
<description>Hello, I am posting to share some thoughts regarding ASR research and the planned 1.0 release of the VoxForge corpus. The goal of VoxForge is to create speech corpora for use by the FOSS</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/making-voxforge-corpus-useful-for-asr-research</guid>
<pubDate>Wed, 03 Sep 2008 21:42:55 -0500</pubDate>
</item>

<item>
<title>Acoustic model 0.1.2</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/acoustic-model-0_1_2</link>
<description>When do we release 0.1.2? Ticket 202 (20% of 140 goal is fixed, according to the metrics page we have now 36%, but misses a month of speech submissions =&#x26;gt; 37%, 38%.) http://www.dev.voxforge.org/projects/Main/ticket/202 I thought 376 (http://www.dev.voxforge.org/projects/Main/ticket/376) is fixed (according to the forum thread.) I don&#x27;t know about other tickets but 366 http://www.dev.voxforge.org/projects/Main/ticket/366 doesn&#x27;t seem to be a showstopper for the English acoustic model. &#x22;Update Acoustic Model creation scripts and Tutorials (and Howtos) to Julius 4.0&#x22; which is supposed to acoustic model 0.1.3, I think that has a bigger priority to my opinion. Let me know what you think about it. (What was it again: &#x22;release soon, release often&#x22; isn&#x27;t it? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/acoustic-model-0_1_2</guid>
<pubDate>Mon, 01 Sep 2008 14:50:43 -0500</pubDate>
</item>

<item>
<title>Different depths of voice</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/different-depths-of-voice</link>
<description>Hi there,</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/different-depths-of-voice</guid>
<pubDate>Wed, 27 Aug 2008 21:34:09 -0500</pubDate>
</item>

<item>
<title>Processing of speech submissions delayed</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/processing-of-speech-submissions-delayed2</link>
<description>I am travelling for the first 3 weeks of August.  Because of this, processing of audio submissions will be delayed until I return (if I have time, I may be able to do some of these remotely).  You can still submitt speech - it will just collect on the submission server.  I will process all submissions when I get back. thanks, Ken    </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/processing-of-speech-submissions-delayed2</guid>
<pubDate>Sat, 09 Aug 2008 23:23:07 -0500</pubDate>
</item>

<item>
<title>Page after submitting.</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/page-after-submitting</link>
<description>Hi Ken, http://read.voxforge1.org/r0_1_4/endpage.php is currently in English and links again to http://www.voxforge.org/home/read. I&#x27;ve created the Dutch translation. Bedankt voor je bijdrage! Hieronder is de lijst te zien met bijdragen die momenteel  wachten om opgenomen te worden in het corpus van VoxForge. Je spraak zal worden bewerkt  en gecontroleerd worden om in het proces van deze avond worden opgenomen. Om de tijd te zien die je aan spraak hebt bijgedragen en hoe dicht we bij ons doel zijn kijk op [url=http://www.voxforge.org/home/downloads/metrics]de statistieken van de spraak-bijdrage[/url] (alleen nog in het Engels.) VoxForge&#x27;s streven is om minstens 10 - 15 minuten spraak per spraakdonor te verkrijgen om aan ons doel van 140 uur te voldoen voor de eerste versie van de spraakcorpus en akoestische modellen van VoxForge. Om een goede dekking te leveren van de taal hebben we honderden verschillende zinnen aangemaakt. Maak je geen zorgen als je een aantal zinnen al hebt gedoneerd, dat is ook erg handig, een persoon zegt immers nooit twee dezelfde dingen op precies dezelfde manier! [url=http://voxforge.org/nl/read]Klik hier om opnieuw een bijdrage te leveren![/url] En vertel alsjeblieft ook vrienden en familie over VoxForge en vraag ze om donor te worden! Bedankt namens het VoxForge-team. -- </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/page-after-submitting</guid>
<pubDate>Sat, 09 Aug 2008 07:54:51 -0500</pubDate>
</item>

<item>
<title>Developing grammar</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/developing-grammar</link>
<description>Hi, I work in a project for create an english course online. we are using julius + voxforge for reading exercise . Basically, I created a new file .voca and .grammar, then i compile with mkdfa.pl for generate the files .dfa .dict .term. So, i used these files for recognise the phrase that the student pronounce, then i compare the phrase spoken with the phrase tha i was waiting. The english exercise is an phrase that student listening and after he pronounce the phrase and the julius  + voxforge recognise the phrase, if the phrase recognized is equals the phrase listening the  exercise is correct. Then, i would know if anybody created grammar, because my grammar is very large and i want tips for otimaze it. Thanks </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/developing-grammar</guid>
<pubDate>Wed, 06 Aug 2008 12:25:54 -0500</pubDate>
</item>

<item>
<title>Writing a command and control application with voice recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/writing-a-command-and-control-application-with-voice-recognition</link>
<description>The Bloc d&#x26;rsquo;en RainCT blog has a post describing a simple program to control Rhythmbox with your voice on Ubuntu.     It uses the Julius speech recognition engine and a VoxForge acoustic model. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/writing-a-command-and-control-application-with-voice-recognition</guid>
<pubDate>Sun, 27 Jul 2008 08:51:54 -0500</pubDate>
</item>

<item>
<title>Application Java</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/application-java</link>
<description>Hi, I am developing a application in java for speech recognition and i&#x27;m using voxforge with julius for this. Anybody here already do this?   thanks...  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/application-java</guid>
<pubDate>Tue, 22 Jul 2008 08:41:36 -0500</pubDate>
</item>

<item>
<title>VoxForge User Submissions</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-user-submissions</link>
<description>Is it time to grow the volunteer base for voxforge?  From what I&#x27;ve read about the problem, what you need is lots of people to record their voice so you can produce acoustic models.  Now if you really need people why don&#x27;t you try and team up with the WikiMedia Foundation, if you can get even a small amount of wiki people to help out you&#x27;d vastly increase your incoming audio.  That is of course if you do need more people. You may just be looking for more programmers with better ideas for the software and processing side of things. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-user-submissions</guid>
<pubDate>Mon, 14 Jul 2008 22:11:03 -0500</pubDate>
</item>

<item>
<title>untitled</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled</link>
<description>btw i run Firefox (but I tried it also with IE on Win XP)</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled</guid>
<pubDate>Mon, 14 Jul 2008 13:45:48 -0500</pubDate>
</item>

<item>
<title>Voxforge Submission Applet does not work due to router</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-submission-applet-does-not-work-due-to-router</link>
<description>With some routers you can not upload recorded data via the Submission Applet because of the default firewall configuration in the router. I&#x27;ve tested it (I&#x27;ve a Thomson router). Is there a way to fix that in the Submission Applet?</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-submission-applet-does-not-work-due-to-router</guid>
<pubDate>Thu, 10 Jul 2008 12:00:15 -0500</pubDate>
</item>

<item>
<title>MyVox Telephony to VoIP Gateway</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/myvox-telephony-to-voip-gateway</link>
<description>I just came across the MyVox website, which &#x22;turns any phone into a microphone hooked up to your application&#x22;.  It&#x27;s ad supported, and the audio ads are a little &#x22;over-the-top&#x22; (although they are short: 5-7 seconds), but it is a very interesting model that might finally get the &#x22;Voice Web&#x22; up and running with things like speech recognition based web searching, etc., without the need to invest serious money in telephony infrastructure. This might also be interesting from a VoxForge perspective as another alternative to collect speech (maybe modifying trevarthen&#x27;s VoxForgeIVR app to perform this task). Ken    </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/myvox-telephony-to-voip-gateway</guid>
<pubDate>Thu, 19 Jun 2008 11:29:26 -0500</pubDate>
</item>

<item>
<title>How do you control license violation?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-do-you-control-license-violation</link>
<description>I would like to get your input on the following.  As far as I understand, the GPL license doesn&#x27;t allow non-free derivative works out of a work licensed under GPL.  However, I believe that it is impossible to know whether an acoustic model has been compiled out of voxforge&#x27;s audio corpora. Basically, the creation of an acoustic model requires:  pre-processing -&#x26;gt; feature vector extraction -&#x26;gt; classification  For example, an Hidden Markov model is composed of state transition probabilities and of pairs of means and variances for the observation probability distributions... There&#x27;s no way to be sure that an acoustic model comes from voxforge&#x27;s audio corpora and the commercial product in question will never have to ship the audio corpora, only the acoustic models...  In this respect, how do you control that a commercial product doesn&#x27;t use your corpora?  Thanks for your input Mathieu  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-do-you-control-license-violation</guid>
<pubDate>Wed, 28 May 2008 09:25:56 -0500</pubDate>
</item>

<item>
<title>Blizzard 2008 listening tests are open</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/blizzard-2008-listening-tests-are-open</link>
<description>In order to better understand and compare research techniques in building corpus-based speech synthesizers on the same data, the Blizzard Challenge has been devised. The basic challenge is to take the released speech database, build a synthetic voice from the data and synthesize a prescribed set of test sentences. The sentences from each synthesizer will then be evaluated through listening tests. We&#x27;re pleased to announce that the Blizzard 2008 listening test is now available. We need your help in getting as many subjects as possible to participate. There are different start pages for various listener types - please take care to use the correct one: English ====== Speech experts: http://groups.inf.ed.ac.uk/blizzard/blizza...egister-ES.html Volunteers: http://groups.inf.ed.ac.uk/blizzard/blizza...egister-ER.html Mandarin ======= Speech experts: http://groups.inf.ed.ac.uk/blizzard/blizza...egister-MS.html Volunteers: http://groups.inf.ed.ac.uk/blizzard/blizza...egister-MR.html Subjects do not need to be native speakers - we gather information about this in the questionnaire at the end of the listening test. The listening test can be completed in one session, or over multiple sessions. If you speak both English and Mandarin, then you may participate in both listening tests if you wish. Please publicise this as widely as possible on your mailing lists, blogs, web pages, or whatever. Also, please ensure that as many members of your research group, other colleagues, students, family, etc participate as possible! We need hundreds of subjects for each language. Remember to direct them to the appropriate start page. Note that we are also running several other listener groups for paid subjects; if you would like to organise a group of paid subjects, then please contact me. We can also set up groups for other specific listener types, if we know there is a large enough pool of available subjects with certain characteristics; contact me if you want to discuss this. Please report problems to blizzard@festvox.org </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/blizzard-2008-listening-tests-are-open</guid>
<pubDate>Sun, 18 May 2008 12:01:25 -0500</pubDate>
</item>

<item>
<title>Querying a database using open source voice control software</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/querying-a-database-using-open-source-voice-control-software</link>
<description>There is an article on Linux.com (written by Colin Beckingham) that outlines the steps the author took to create a small system that can query a database using speech ... with help from HTK, Julius, Audacity, Festival and the VoxForge tutorial and howto.   From the introductory paragraph of the article: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/querying-a-database-using-open-source-voice-control-software</guid>
<pubDate>Fri, 16 May 2008 12:21:32 -0500</pubDate>
</item>

<item>
<title>Conversation with Richard Stallman re: VoxForge and FSF</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/conversation-with-richard-stallman-re-voxforge-and-fsf</link>
<description>From Richard Stallman:  The Free Software Foundation and the GNU Project would like to help </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/conversation-with-richard-stallman-re-voxforge-and-fsf</guid>
<pubDate>Wed, 14 May 2008 08:58:30 -0500</pubDate>
</item>

<item>
<title>Readying VoxForge for high traffic</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/readying-voxforge-for-high-traffic</link>
<description>Here is a transcript of an e-mail I have sent to the following just now: Ken McLean, maintainer, VoxForge project CC&#x27;d to: Richard Stallman, founder of GNU/Linux, FSF David Huggins Daines, current sphinx maintainer Nickolai (nshm), sphinx developer Hi Ken!   My name is Sam.  I&#x27;m working on redesigning HCI, both at work and in my free time.  I&#x27;m concerned that GNU/Linux doesn&#x27;t as yet have any support for continuous speech recognition.  I think that within the next 10 years there will be a major shift towards speech recognition, and I think it is important that GNU/Linux is not left out.   I am in touch with the sphinx development community, including David Huggins Daines, the current sphinx maintainer.  David confirmed that the problem is that there is no sizeable speech database (lots of .wav phrases together with their associated .txt), and hence sphinx cannot generate a decent voice model.   I am also in touch with Richard Stallman, founder of GNU/Linux and the FSF.  He is willing to publicise VoxForge to the FSF community.  This will hit a lot of people, and there are a lot of linux users who really want to contribute but don&#x27;t know how to code.  This could generate a lot of traffic for VoxForge.   Can VoxForge handle it?   We should discuss this before throwing the gates open.  Here are three things that hit me straight away:   Firstly, To get people to contribute, it is important to have some simple feedback system.  It is the difference between one one hand laying a brick, which disappears, and being told that one day a castle will appear, and on the other laying a brick on a partially built castle.    Is there any chance you could include a usage graph on the website main page? x-axis: each pixel is one day y-axis: the number of phrases contributed that day And a thermometer!  You know like those thermometers they use at fundraisers?  This is how much we need to make a continuous speech recogniser, this is how much we have got...  The key is to create a &#x27;we can make it happen&#x27; vibe...  Once people see the thermometer is starting to heat up I&#x27;m sure there will be a lot of people who put hours of effort in.   Secondly, I just tried it out, imagining I&#x27;m a linux fan who has just seen an article by Richard Stallman in a linux magazine.  I log onto Voxforge.org ...   I didn&#x27;t get very far.  A dialogue box appeared telling me &#x27;the page you&#x27;re viewing requires java.  More information is available on the Microsoft website.&#x27;  And that was it.   The page it takes me to has a link saying &#x27;Information on the Java Security Warning pop-up&#x27;, and this is quite a long page with a lot of information.  It doesn&#x27;t offer any solution to my problem; I have not been presented with any option to download the java virtual machine and.   So I know better than try to get anything meaningful out of the Microsoft website!  I go to google, put in &#x27;download java virtual machine vista&#x27;...  And have to take it from there.   But this is going to put off a lot of people, maybe &#x26;gt;90%.  Is it possible for the browser to ascertain whether java is installed or not, and if it isn&#x27;t, offer a link straight to downloading the appropriate java virtual machine executable for the operating system that person is using?  ie minimize the amount of clicks and reading required...   The third issue is the phrases themselves: where do you get them from?  Nickolai (a major sphinx contributor, cc&#x27;d) and I were discussing ways to make entering speech more fun, so people would be encouraged to do it. A few ideas: To speak something out loud is a great aid to learning.  Maybe we can find some resource of historical &#x26;amp; scientific facts song lyrics (may be a bad idea because people would sing instead of speak..  But maybe that would be OK??) Movie scripts.  I swear, if you find a good movie script (like Star Trek IV) you will get people who read through the entire movie. Making Voice-books. people can kill two birds with one stone - they can read in a document, or a chapter from a book, creating a Voice-book while adding to the database. Have two text boxes: URL[    ],  starting from [    ] So if I put in URL[http://www.chordie.com/chord.pere/www.ultimate-guitar.com/print.php?what=tab&#x26;amp;id=456256],  starting from [I&#x27;m afraid] It starts presenting text from this location, one sentence at a time.  hit spacebar to advance. Of course you may need several people to speak the same phrases.  If this is true, these ideas could be adapted: you could have a pool of &#x27;this is what the last hundred visitors chose to read out&#x27;, and next to each one, a number which represents how many people have read from that source.  So you can either click something existing, or choose something new. This could be a lot of fun - who knows what songs / movies / literature / jokes people are going to put up?   Sam (sunfish7@gmail.com) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/readying-voxforge-for-high-traffic</guid>
<pubDate>Tue, 06 May 2008 11:40:04 -0500</pubDate>
</item>

<item>
<title>Text to Speech</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech2</link>
<description>Would using a text to speech engine to read documents be a legitimate source of generating audio instead of manually reading it? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech2</guid>
<pubDate>Thu, 24 Apr 2008 17:09:31 -0500</pubDate>
</item>

<item>
<title>Donations?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/donations</link>
<description>Have you considered taking donations, and then using that to fund voice samples through amazon&#x27;s Mechanical Turk system. I figure that a reasonable low wage of &#x26;pound;3(sorry i&#x27;m in the uk, i don&#x27;t know what a reasonable low wage is in the US) per hour of audio, would get interest. I guess it depends on whether there&#x27;s enough interest for enough donations to be made to fund a significant job on mechanical turk. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/donations</guid>
<pubDate>Fri, 18 Apr 2008 14:21:00 -0500</pubDate>
</item>

<item>
<title>Google App Engine</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-app-engine</link>
<description>I&#x27;ve been playing with the Google App Engine SDK since it has been released (and am on the waiting list to get on the actual site).  It runs Python, and can use the Django framework.  It has a 500 meg storage limitation.  From the Google App Engine blog: Google App Engine -- a developer tool that enables you to run your</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-app-engine</guid>
<pubDate>Tue, 15 Apr 2008 20:13:04 -0500</pubDate>
</item>

<item>
<title>Language models for speech and OCR? Grammar checkers?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/language-models-for-speech-and-ocr-grammar-checkers</link>
<description>I have been looking at speech recognition and OCR lately. I also read that language models can help speech recognition engines determine the most likely result from ambiguous input. It occurred to me that this is similar for OCR - OCR guesses letters and then has to determine which word is most likely based on what it thinks it &#x22;saw&#x22; and what the word is most likely to be. Grammar checkers in word processors must also determine the likelihood of entered text. This may be an off-the-wall suggestion, but would it be sensible for FSF to try and develop a GPLv3 language model that could be used for all three? I would have thought that a good language model was something important to Voxforge&#x27;s aims (the ability to create speech recognition apps without the need for commercial resources). </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/language-models-for-speech-and-ocr-grammar-checkers</guid>
<pubDate>Fri, 28 Mar 2008 21:27:22 -0500</pubDate>
</item>

<item>
<title>Keep VoxForge alive</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/keep-voxforge-alive</link>
<description>We need people to do this, to keep VoxForge alive: #1 Blog about VoxForge updates, link to this website on your site, make a screencast, etc etc #2 Tell your friends about VoxForge, tell them to submit some speech if they have some time (not only English people, we need speech from other languages too.) #3  Show your friends Gnome Voice control / Sphinx or something. #4 Submit speech by yourself, or develop things that are important for VoxForge, take a look on the GSoC ideas. #5 Make VoxForge popular by doing things you think they are good! </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/keep-voxforge-alive</guid>
<pubDate>Tue, 25 Mar 2008 08:00:17 -0500</pubDate>
</item>

<item>
<title>Links on news</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/links-on-news</link>
<description>I don&#x27;t see it was discussed somewhere btw, it would be nice to have a recommended reading page/thread. It would be nice to have a few documents that can get newbie into speech technology quickly. For a start I suggest to use David Gelbart&#x27;s collection:   http://www.icsi.berkeley.edu/~gelbart/edu.html But the question is a bit different, what resources do you use to track recent news in speech technologies? Probably some feed or blog is a good place to read.  Something like   http://www.speechtechblog.com  for example </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/links-on-news</guid>
<pubDate>Sun, 23 Mar 2008 03:21:49 -0500</pubDate>
</item>

<item>
<title>Things to improve Voxforge</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/things-to-improve-voxforge</link>
<description>Hi all,      I am not a technical guy but I do see lot of short-comings for community participation &#x26;amp; the lack of it. It might sound unpleasant or whatever but this is my take on stuff :-  1 . Forums need a usability shot :- The forums are in a bad bad shape. I don&#x27;t know what forum software are u guys using, but its just not something which many people could use/understand. Most of the forum softwares have a &#x27;search&#x27; query thing where people can know if somebody has asked something before, so things are more organised. It should be visible all the time.  2. FAQ :- This FAQ should be visible all the times.  An FAQ which answers all the oft. repeated queries such as :-  i. How can I record the sounds?  ii. Which softwares do I need to record the sounds?   iii. How many sound clips are needed?  iv. from which countries?  v. what accents?  vi. any particular mike or hardware which would be useful? and so on &#x26;amp; so forth. This would make for huge gains.   3. There needs to be a blog which is accessible from the top itself so people know what new improvements are happening. 4. Break the requirements into small doable targets which are in the form of graph. Also tell what improvements would one have when we touch that target. 5. Make frequent releases of the corpus done &#x26;amp; interact &#x26;amp; blog the resulting improvements made in the various open source speech recognition engines.  6. Lastly, give alternative ways to do ftp submissions to the site. Give some generic instructions for people using console-based or graphical ftp clients to upload stuff. Perhaps there could be a way to tag them so they are attached to the job number automatically.   Feel free to suggest &#x26;amp; improve the suggestions :)             </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/things-to-improve-voxforge</guid>
<pubDate>Sat, 22 Mar 2008 00:06:51 -0500</pubDate>
</item>

<item>
<title>Google Summer of Code 2008 - status</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008---status</link>
<description>Unfortunately, we did not get accepted to this year&#x27;s Google Summer of Code 2008 project (an amazing program that offers student developers stipends to write code</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008---status</guid>
<pubDate>Mon, 17 Mar 2008 19:36:10 -0500</pubDate>
</item>

<item>
<title>Recognise its a voice, without needing to know whats said</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/recognise-its-a-voice-without-needing-to-know-whats-said</link>
<description>Hi all. Im looking for something that just needs to recognise when something is being said (not what is said). Not quite silence detection because I want it to be able to distinguish between music and talking. A bit of a tall order? Any views or input greatly appreciated Dylan   </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/recognise-its-a-voice-without-needing-to-know-whats-said</guid>
<pubDate>Sun, 16 Mar 2008 07:30:37 -0500</pubDate>
</item>

<item>
<title>Sentences from OpenTaal</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/sentences-from-opentaal</link>
<description>The project OpenTaal (at opentaal.org) has collected a huge amount of Dutch sentences. OpenTaal is a Dutch project for creating dictionaries, grammar checking, synonyms and much more is coming. They made also &#x27;Wordsharvester&#x27;, a little app that collects and counts words from all over the web. Here is the link (more than 300 MB): http://opentaal.org/opentaalbank/test/zinnen.tgz They have also made a collection with the most used combinations of words (2,3,4 and 5 words), but that&#x27;s currently not accessible due to a mysql error. I would greatly thank OpenTaal for the work that they did (and do)! Well, my question is, what can we exactly do with this huge information? How can we implement the information in the best way? Are there any ways of doing this yet? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/sentences-from-opentaal</guid>
<pubDate>Sat, 15 Mar 2008 12:20:16 -0500</pubDate>
</item>

<item>
<title>untitled</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled3</link>
<description>A new thing. http://voxforge.org/uploads/Ve/ei/VeeirBUXntnzL2oUm4s59A/Tekening.svg Open it with inkscape, in ff2 it looks nasty, ff3 crashes </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled3</guid>
<pubDate>Fri, 14 Mar 2008 03:38:17 -0500</pubDate>
</item>

<item>
<title>untitled</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled4</link>
<description>A new one http://voxforge.org/uploads/yr/1r/yr1rPgM2e9PT7OYSztZiuQ/shutupcomputer.png </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/untitled4</guid>
<pubDate>Fri, 14 Mar 2008 16:06:08 -0500</pubDate>
</item>

<item>
<title>Banner / slogan</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/banner-/-slogan</link>
<description>I made this one http://voxforge.org/uploads/_5/X7/_5X7KruGxG-NxJkduIQEEg/8015banner.png Maybe a slogan: &#x22;Voxforge, because you want it to listen!&#x22; Sounds nice by me but I am not a native English speaker :) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/banner-/-slogan</guid>
<pubDate>Thu, 13 Mar 2008 13:58:51 -0500</pubDate>
</item>

<item>
<title>Ekiga</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/ekiga</link>
<description>Feature request: use Ekiga for collecting/contributing speech.</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/ekiga</guid>
<pubDate>Tue, 11 Mar 2008 11:14:17 -0500</pubDate>
</item>

<item>
<title>Google Summer of Code 2008 - application</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008---application</link>
<description>	</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008---application</guid>
<pubDate>Mon, 03 Mar 2008 23:25:21 -0600</pubDate>
</item>

<item>
<title>Voxforge buttons and banners and logo&#x27;s and slogans.</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-buttons-and-banners-and-logos-and-slogans</link>
<description>Is there already a page with buttons and banners for VoxForge Like http://www.spreadfirefox.com/?q=affiliates/homepage that people and websites can put it somewhere? The users of Firefox have also increased by this form of advertising and so can VoxForge. By the way, I prefer a more clear logo. Like a microfone http://www.midigraphics.co.kr/upload/img/product/Beta58.jpg or a speaker http://www.webgraffix.com/PSPImages/Speaker.jpg </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge-buttons-and-banners-and-logos-and-slogans</guid>
<pubDate>Tue, 04 Mar 2008 10:21:38 -0600</pubDate>
</item>

<item>
<title>Training speaker dependent models from scratch</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/training-speaker-dependent-models-from-scratch</link>
<description>I have some english audio lectures from my professor at school I want to use Julius as a continuous dictation ASR to create some rough transcripts for. The lectures have technical terms that a general english language model/dictionary will not suffice. How should I start (from scratch)? What&#x27;s existing in the public domain that I can use? How do I create a language model? How do I train an acoustic model? How much transcribed data do I need? How much training and testing data should I prepare? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/training-speaker-dependent-models-from-scratch</guid>
<pubDate>Sat, 01 Mar 2008 17:53:01 -0600</pubDate>
</item>

<item>
<title>Use of the Quickstart nightly package with a HTK_AcousticModel nightly</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/use-of-the-quickstart-nightly-package-with-a-htk_acousticmodel-nightly</link>
<description>Hello there, I have been using the quickstart linux nightly package for a few days and have ran into problems trying to use the HTK_AcousticModel nightly. From what I can see, the nightly Julius quickstart package contains the hmmdefs and tiedlist from the HTK_AcousticModel already. But julius is still using the sample.dict and sample.dfa of just 23 words. I would like to use the larger 11,000 word dictionary from the HTK_AcousticModel package but I&#x26;rsquo;ve struggled to find any information on preparing Julius-friendly dict &#x26;amp; dfa files. Can you point me in the right direction? Kind Regards, Oko</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/use-of-the-quickstart-nightly-package-with-a-htk_acousticmodel-nightly</guid>
<pubDate>Wed, 27 Feb 2008 05:40:35 -0600</pubDate>
</item>

<item>
<title>Google Summer of Code 2008</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008</link>
<description>What is Google Summer of Code? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-2008</guid>
<pubDate>Mon, 25 Feb 2008 13:47:55 -0600</pubDate>
</item>

<item>
<title>Submit your speech and win Ipod Touch</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/submit-your-speech-and-win-ipod-touch</link>
<description>I just wonder do we know about this initiative:    http://www.voice2type.com/submit_speech    https://sourceforge.net/forum/message.php?msg_id=4752651 </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/submit-your-speech-and-win-ipod-touch</guid>
<pubDate>Thu, 31 Jan 2008 06:56:45 -0600</pubDate>
</item>

<item>
<title>Forum Post Rating</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/forum-post-rating</link>
<description>Hi everyone, In order encourage new users to submit questions/comments to VoxForge, we&#x26;#39;ve decided to remove the &#x22;thumbs down&#x22; rating for posts in all the forums.  You can still &#x22;thumbs-up&#x22; a post to give quick positive feedback.  But if you don&#x26;#39;t like what was written, you can either post a reply to offer some constructive feedback or just ignore it. thanks, Ken  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/forum-post-rating</guid>
<pubDate>Mon, 31 Dec 2007 20:32:07 -0600</pubDate>
</item>

<item>
<title>Language Hebrew</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/language-hebrew</link>
<description>Hello,   First of all, great job with this project! I think that this project will be one the most popular projects in the open source world!   I searched the forums a little bit, and found nothing regards Hebrew, so I guess no one worked on Hebrew yet ...   Therefore,  I willing to help open and maintain a section for Hebrew (with everything needed, speech recordings etc).  However, I really don&#x26;#39;t know what I need to do in order to  start such thing, so every help will be appreciated.   Regards, Ofir </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/language-hebrew</guid>
<pubDate>Sun, 23 Dec 2007 03:16:16 -0600</pubDate>
</item>

<item>
<title>Testing nightly build of accustic models </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/testing-nightly-build-of-accustic-models</link>
<description>Hey everybody, i can&#x26;#39;t figure out how to setup a grammar that is based on the latest nightly builds of the acoustic models.  For testing i have configured a the following voca:  % NS_B &#x26;lt;s&#x26;gt; sil % NS_E &#x26;lt;/s&#x26;gt; sil % COMMAND_START_V TIME            t ay m sp DEPARTURE       d ix p aa r ch er sp where i have configured two words that i selected from the dict file. here&#x26;#39;s the grammar: S : NS_B SENT NS_E SENT: COMMAND_START_V if i start julian i get some error msgs regarding missing phones: ###### check configurations ###### initialize input device ###### build up system Reading in HMM definition...(ascii)...limit check passed    defined HMMs:  6757   logical names:  8564 in HMMList     base phones:    44 used in logical done Making pseudo bi/mono-phone for IW-triphone...1062 added as logical...done reading [grammar/nabaztag.dfa] and [grammar/nabaztag.dict]... Reading in dictionary... line 3: triphone &#x22;ay-m+sp&#x22; not found line 3: triphone &#x22;m-sp+*&#x22; or biphone &#x22;m-sp&#x22; not found &#x26;gt; 2     [TIME]  t ay m sp line 4: triphone &#x22;ch-er+sp&#x22; not found line 4: triphone &#x22;er-sp+*&#x22; or biphone &#x22;er-sp&#x22; not found &#x26;gt; 2     [DEPARTURE]     d ix p aa r ch er sp ////// Missing phones: ay-m+sp ch-er+sp er-sp+* or biphone er-sp m-sp+* or biphone m-sp ////////////////////// error in reading grammar/nabaztag.dict: 2 words failed out of 4 words which seems to be correct as they are not listed in the tiedlist file. can anybody give me a hint why these phones are missing? the master prompts files still lists some sentences using both &#x22;time&#x22; and &#x22;depature&#x22;    sebastian </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/testing-nightly-build-of-accustic-models</guid>
<pubDate>Mon, 03 Dec 2007 15:57:07 -0600</pubDate>
</item>

<item>
<title>Gender &#x26; T&#x27;s</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/gender--ts</link>
<description>I would like to contribute to this project, however the first question is what gender am I? Well I am a transsexual and do not ascribe to either, and would still like to help by contributing to the voice sample project but am excluded How about being inclusive? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/gender--ts</guid>
<pubDate>Mon, 03 Dec 2007 07:48:30 -0600</pubDate>
</item>

<item>
<title>Make Sure Your Audio Editor Uses libFLAC version 1.2.1 </title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/make-sure-your-audio-editor-uses-libflac-version-1_2_1</link>
<description>From research.eeye.com: Multiple Vulnerabilities in .FLAC File Format and Various Media Applications Overview: eEye Digital</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/make-sure-your-audio-editor-uses-libflac-version-1_2_1</guid>
<pubDate>Mon, 19 Nov 2007 22:08:41 -0600</pubDate>
</item>

<item>
<title>Language recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/language-recognition</link>
<description>Hi, congratulations for this valuable project! I&#x26;#39;d like to start experimenting with voice processing in order to build an automated language recognition engine. I&#x26;#39;m very new to this area but I can imagine a simple processing system that performs phoneme extraction from voice file, and then use an n-gram regognition system. Is the &#x22;accoustic model&#x22; of a language the right starting point for my approach? Vincent   </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/language-recognition</guid>
<pubDate>Mon, 19 Nov 2007 11:38:22 -0600</pubDate>
</item>

<item>
<title>MojoMove - LibriVox Community Podcast site and forum</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/mojomove---librivox-community-podcast-site-and-forum</link>
<description>MojoMove is a new site that houses Podcasts that sometimes get incorporated into the LibriVox community podcast feed.  They also have a Forum</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/mojomove---librivox-community-podcast-site-and-forum</guid>
<pubDate>Mon, 08 Oct 2007 13:05:15 -0500</pubDate>
</item>

<item>
<title>Childes/Talkbank</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/childes/talkbank</link>
<description>Sorry if you know this link already. It seems missing on this site. I&#x26;#39;ve just discovered our friends:   http://talkbank.org/ - transcribed adults conversation under GPL  http://childes.psy.cmu.edu/ - childrens under GPL </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/childes/talkbank</guid>
<pubDate>Sat, 20 Oct 2007 08:44:22 -0500</pubDate>
</item>

<item>
<title>Software Freedom Day - Saturday, September 15th</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/software-freedom-day---saturday-september-15th</link>
<description>Software Freedom Day is a global, grassroots effort to educate the</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/software-freedom-day---saturday-september-15th</guid>
<pubDate>Fri, 14 Sep 2007 08:00:36 -0500</pubDate>
</item>

<item>
<title>AVIOS Student programming speech/multimodal application programming contest</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/avios-student-programming-speech/multimodal-application-programming-contest</link>
<description>The Applied Voice Input/Output Society (AVIOS) has announced their second student application contest. Applications must involve speech input and/or output, but may be pure speech or multimodal. Cash and/or equipment prizes valued at over $1000 will be awarded to teams of student programmers who design and create applications judged by industry experts to be the most robust, useful, creative, innovative, and user friendly. The contest encourages students to develop applications using speech technologies such as automatic speech recognition and text to speech synthesis and to combine them with other modalities. This year students may use any of a variety of platforms, including Microsoft SAPI 5.3 in Windows Vista, CMU&#x26;#39;s RavenClaw/Olympus, Opera&#x26;#39;s X+V, Speech Application Language Tags (SALT), Voxeo Prophecy, as well as any of several on-line VoiceXML development environments (BeVocal Cafe, Loquendo Cafe, TellmeStudio, VoiceGenie Developer Workshop, and Voxpilot Voxbuilder). AVIOS president K.W. (Bill) Scholz explains: &#x22;Students will build creative and innovative applications that will lead the speech industry forward into new areas. The contest also provides a forum for students to show what they can do with the power of speech applications.&#x22; Results from last year&#x26;rsquo;s contest and more information about this year&#x26;rsquo;s contest are at http://avios.com/contest.htm   </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/avios-student-programming-speech/multimodal-application-programming-contest</guid>
<pubDate>Wed, 12 Sep 2007 17:10:33 -0500</pubDate>
</item>

<item>
<title>New submissions will be covered under GPL v3</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/new-submissions-will-be-covered-under-gpl-v3</link>
<description>Just a note to let you all know that we&#x26;#39;ve changed the license on the VoxForge site to GPLv3.  Therefore, any new speech submissions to the VoxForge site will now be covered under GPLv.3. Since all speech submitted to VoxForge thus far included this notice: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/new-submissions-will-be-covered-under-gpl-v3</guid>
<pubDate>Wed, 22 Aug 2007 20:56:04 -0500</pubDate>
</item>

<item>
<title>Speech Submission Feedback</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-submission-feedback</link>
<description>Here is a thread with respect to another user&#x26;#39;s (very valid) opinion as to the state of the VoxForge Submission System: </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-submission-feedback</guid>
<pubDate>Sun, 22 Jul 2007 21:41:16 -0500</pubDate>
</item>

<item>
<title>text to speech</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech</link>
<description>can you tell me please how to make txt files into mp3 files of greek language? a list of tools and voices that can do this thanks </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/text-to-speech</guid>
<pubDate>Fri, 06 Jul 2007 01:47:43 -0500</pubDate>
</item>

<item>
<title>Speech synthesis using Acoustic Model?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-synthesis-using-acoustic-model</link>
<description>Hi, I am wondering if it is possible to use the HMMs of the trained Acoustic Model to synthesize speech. It should be possible to generate the most likely output sequence of MFCC frames given any input sequence of phonemes. Would this synthesized speech resemble the voice of the speaker who trained the AM (assuming that the AM was trained by a single speaker)? Maybe this is the standard synthesizer method in combined speech recognition &#x26;amp; synthesis tools? Can someone point me to examples, possibly with technical description of the synthesizer? If this approach is not recommended, why (bad speech quality, waste of computing time,...)?   Thanks John  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-synthesis-using-acoustic-model</guid>
<pubDate>Mon, 02 Jul 2007 05:41:14 -0500</pubDate>
</item>

<item>
<title>CMU language modeling toolkit installing in cygwin</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/cmu-language-modeling-toolkit-installing-in-cygwin</link>
<description>Hi, I tried to install CMU language modeling toolkit in cygwin, but everytime I got error message. Does anyone know how to install it in cygwin? Best regards, Abdul. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/cmu-language-modeling-toolkit-installing-in-cygwin</guid>
<pubDate>Tue, 19 Jun 2007 04:56:54 -0500</pubDate>
</item>

<item>
<title>New Logo</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/new-logo</link>
<description>Many thanks to Zachary Whitley for submitting a stylized SVG version of the old VoxForge logo, which I then converted to 3D using GIMP. Ken  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/new-logo</guid>
<pubDate>Wed, 30 May 2007 09:35:27 -0500</pubDate>
</item>

<item>
<title>Unclear cause of errors when using trigram LM in Julius</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/unclear-cause-of-errors-when-using-trigram-lm-in-julius</link>
<description> Hello, I have been trying to use HMM models that I&#x26;#39;ve created with HTK and an ARPA LM in Julius (version 3.5.3, multipath compile option enabled, under Linux). Although the LM works without problems in HTK, Julius generates many warnings when parsing the LM and, finally, an error. All warnings are of this type: &#x26;gt; Warning: context (z_y:_t_,z_j_@_n_) not exist in LR 2-gram (ignored) and this is the error: &#x26;gt; Error: 2-gram has no upper 3-gram, but not 0.0 back-off weight What I don&#x26;#39;t understand is why HTK doesn&#x26;#39;t complain and Julius generates many warnings and an error. Does anyone know what these warnings mean? In other words:  what is wrong with the LM, and why does Julius complain? I am loading the bigram and trigram LMs with the -nlr and -nrl options. The trigram LM file also contains the unigram and bigram LM. I found out that if I remove all unigrams and bigrams from the trigram file, Julius *does* start up in interactive mode. However, Julius gives an extra warning: &#x26;gt; Reading in RL 3-gram... &#x26;gt; Warning: 1-gram total num differ! may cause read error &#x26;gt; Warning: 2-gram total num differ! may cause read error &#x26;gt;  reading 1-gram part... I am not sure if this warning is important or not. Can the results be trusted if I start Julius in this way? I have made one modification to the LM I used for HTK, in order to get it working in Julius. The LM used for HTK was in so-called &#x22;modified ARPA&#x22; (see HTK book) format, in which the back-off weights are optional. Julius doesn&#x26;#39;t (seem to) support this, so I filled in &#x26;#39;0&#x26;#39; everywhere a back-off weight was required but not filled in. Is this a good thing to do? Additionally, Julius doesn&#x26;#39;t load all trigrams: it stops after loading about 60% of all trigrams. Does anyone know why Julius would do this? Is it possible to find out if a triphone is responsible for stopping the loading? &#x26;gt; 3-gram read 2500000 (57%) &#x26;gt; &#x26;lt;cut&#x26;gt; &#x26;gt; 3-gram read 2592555 end I would really appreciate your help! Best regards,  Wout Output from Julius: include config: conf.jconf ###### check configurations ###### build up system Reading in HMM definition...(ascii)...limit check passed    defined HMMs:  6849   logical names: 130051 in HMMList     base phones:    51 used in logical done Making pseudo bi/mono-phone for IW-triphone...5150 added as logical...done Reading in dictionary... 4996 words...done Reading in LR 2-gram...   reading 1-gram part...   1-gram read 4996 end   reading 2-gram part...   2-gram read 0 (0%)   2-gram read 100000 (7%)   2-gram read 200000 (15%) &#x26;lt;some lines removed&#x26;gt;   2-gram read 1300000 (99%)   2-gram read 1306905 end done Reading in RL 3-gram...   reading 1-gram part...   1-gram read 4996 end   reading 2-gram part... Warning: (E_@_l_,2:_) not exist in LR 2-gram (ignored) Warning: (E_@_n_,2:_) not exist in LR 2-gram (ignored) Warning: (r_o:_,2:_) not exist in LR 2-gram (ignored) Warning: (t_s_e:_,2:_) not exist in LR 2-gram (ignored) &#x26;lt;removed 100.000 lines&#x26;gt; Warning: (z_a_x_,z_y:_t_) not exist in LR 2-gram (ignored) Warning: (z_i:_p_,z_y:_t_) not exist in LR 2-gram (ignored) Warning: (z_u:_,z_y:_t_) not exist in LR 2-gram (ignored) Warning: (z_y:_,z_y:_t_) not exist in LR 2-gram (ignored)   2-gram read 1306905 end   reading 3-gram part...   3-gram read 0 (0%) Warning: context (2:_,Q_u:_6:_) not exist in LR 2-gram (ignored) Warning: context (2:_,Q_u:_6:_) not exist in LR 2-gram (ignored) Warning: context (2:_,Q_u:_6:_) not exist in LR 2-gram (ignored) Warning: context (2:_,d_i:_) not exist in LR 2-gram (ignored) Warning: context (2:_,r_) not exist in LR 2-gram (ignored) Warning: context (6:_,@_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) Warning: context (6:_,Q_I_u:_) not exist in LR 2-gram (ignored) &#x26;lt;removed 1.500.000 lines&#x26;gt; Warning: context (z_y:_t_,z_aI_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_aI_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_e:_6:_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_i:_t_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_j_@_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_j_@_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_j_@_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_j_@_n_) not exist in LR 2-gram (ignored) Warning: context (z_y:_t_,z_o:_n_) not exist in LR 2-gram (ignored)   3-gram read 2592555 end Error: 2-gram has no upper 3-gram, but not 0.0 back-off weight Terminated </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/unclear-cause-of-errors-when-using-trigram-lm-in-julius</guid>
<pubDate>Wed, 23 May 2007 08:17:48 -0500</pubDate>
</item>

<item>
<title>VoxForge -- Ubuntu collaboration</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge----ubuntu-collaboration</link>
<description>Hello, I&#x26;#39;m the accessibility coordinator for the Ubuntu project. I&#x26;#39;d like to see some progress made on the Linux speech recognition front and I think the VoxForge initiative is a great way to start. Pooling resources is the only way to go! I see a few ways we may collaborate. For a start we could work together on GSoC projects. We have a fairly good track record with Google, having mentored about 20 projects each year from 2005. I did two myself in the accessibility field last year and will do three this year. Accessibility is such a narrow field that I feel several projects like Ubuntu, VoxForge, Orca and eSpeak should consider making a common project application to Google for 10-15 places. (btw, I realise that VoxForge is only partly about accessibility) Several of the projects listed in your GSoC forum section would be suitable for collaboration between our projects, and certainly the voice recording client. If we distribute that with Ubuntu (in universe at least) we might see decent participation numbers. It would be great if the same application also facilitated auditing of text-to-speech output. Ubuntu 7.04 just shipped with the eSpeak TTS engine with a handful of languages, but most of them could use some work. I would think parts of that could be recycled in the Dialog Manager GUI as well. I&#x26;#39;m currently working on a specification for the speech recognition front-end and will post a link here once I&#x26;#39;ve completed the first draft of it. Henrik  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/voxforge----ubuntu-collaboration</guid>
<pubDate>Thu, 26 Apr 2007 18:33:58 -0500</pubDate>
</item>

<item>
<title>dictation</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/dictation</link>
<description>hello I am interested to speech dictation for greek is there a program to do it? thanks </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/dictation</guid>
<pubDate>Mon, 23 Apr 2007 10:32:53 -0500</pubDate>
</item>

<item>
<title>Simon Dialog Manager and Julian Speech Recognition</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/simon-dialog-manager-and-julian-speech-recognition</link>
<description>My post to the Simon SourcForge Forum  Hi bedahr,  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/simon-dialog-manager-and-julian-speech-recognition</guid>
<pubDate>Thu, 19 Apr 2007 10:24:08 -0500</pubDate>
</item>

<item>
<title> German Speech Recognition Suite (GPL)</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/-german-speech-recognition-suite-gpl</link>
<description>Post from Peter Grasch (see original post):  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/-german-speech-recognition-suite-gpl</guid>
<pubDate>Mon, 16 Apr 2007 11:26:01 -0500</pubDate>
</item>

<item>
<title>Google Voice Local Search</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-voice-local-search</link>
<description></description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-voice-local-search</guid>
<pubDate>Sat, 07 Apr 2007 11:37:48 -0500</pubDate>
</item>

<item>
<title>Asterisk-based User Speech Submission System</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/asterisk-based-user-speech-submission-system</link>
<description>Submission by trevarthan (see original post here) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/asterisk-based-user-speech-submission-system</guid>
<pubDate>Wed, 04 Apr 2007 10:36:59 -0500</pubDate>
</item>

<item>
<title>Corpus Thresholds</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/corpus-thresholds</link>
<description>Is there already some statistics about the actual size of Corpus being built and an estimate of the &#x22;distance&#x22; to a working threshold? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/corpus-thresholds</guid>
<pubDate>Tue, 03 Apr 2007 11:44:14 -0500</pubDate>
</item>

<item>
<title>Recognise one sentence and save it..</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/recognise-one-sentence-and-save-it__</link>
<description>My purpose of using speach recognition is to recognise one sentence, sending the result to another programfile and then exit. I would like to call julian using a systemcommand or some equal from a c-file (OS is linux) and then recognise one sentence, which result is sent to the c-file or saved to a textfile I can load from the c-file afterwards. I am a litte unsure about how to do this, and need help. My surgestion is to generate the grammar and record a voice-file with a matching sentence. Then execute julian from the c-file and make it listen to the voicefile to adjust input. Then it should record voice from a mic and try to recognise input. After this it should send the result or write it to a textfile and then exit.. How can I do this..? - Grant   P.s. Sorry if it may have doubleposted this question, it did not seem to work the first time.. </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/recognise-one-sentence-and-save-it__</guid>
<pubDate>Wed, 28 Mar 2007 04:33:43 -0500</pubDate>
</item>

<item>
<title>How to recognise one sentence and then exit</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-recognise-one-sentence-and-then-exit2</link>
<description>My purpose of using speach recognition is to recognise one sentence, sending the result to another programfile and then exit. I would like to call julian using a systemcommand or some equal from a c-file (OS is linux) and then recognise one sentence, which result is sent to the c-file or saved to a textfile I can load from the c-file afterwards. I am a litte unsure about how to do this, and need help. My surgestion is to generate the grammar and record a voice-file with a matching sentence. Then execute julian from the c-file and make it listen to the voicefile to adjust input. Then it should record voice from a mic and try to recognise input. After this it should send the result or write it to a textfile and then exit.. How can I do this..? - Grant  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-recognise-one-sentence-and-then-exit2</guid>
<pubDate>Wed, 28 Mar 2007 04:31:20 -0500</pubDate>
</item>

<item>
<title>How to recognise one sentence and then exit</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-recognise-one-sentence-and-then-exit</link>
<description>My purpose of using speach recognition is to recognise one sentence, sending the result to another programfile and then exit. I would like to call julian using a systemcommand or some equal from a c-file (OS is linux) and then recognise one sentence, which result is sent to the c-file or saved to a textfile I can load from the c-file afterwards. I am a litte unsure about how to do this, and need help. My surgestion is to generate the grammar and record a voice-file with a matching sentence. Then execute julian from the c-file and make it listen to the voicefile to adjust input. Then it should record voice from a mic and try to recognise input. After this it should send the result or write it to a textfile and then exit.. How can I do this..? - Grant  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-recognise-one-sentence-and-then-exit</guid>
<pubDate>Wed, 28 Mar 2007 04:28:54 -0500</pubDate>
</item>

<item>
<title>Google Summer of Code Application</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-application</link>
<description>Hi,  The Google Summer of Code Mentor Application site opened Monday (March 5).  I</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code-application</guid>
<pubDate>Tue, 06 Mar 2007 00:03:02 -0600</pubDate>
</item>

<item>
<title>How can I make new words..?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-can-i-make-new-words__</link>
<description>Hi.. I&#x26;#39;m working on a project using Julian for speechrecognition and have followed the instruction regarding the grammar, but cannot find out how, if possible, I can create new words not listed in the dictionary-file/lexicon downloaded. I have created the grammarfiles but do not know how I can recognice these words. When I make the acoustic Model I will declare the pronaunsation of them, but compiling the grammar it just complaining about errors regarding these words, how can I help this..?  Daniel </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-can-i-make-new-words__</guid>
<pubDate>Thu, 22 Feb 2007 04:51:00 -0600</pubDate>
</item>

<item>
<title>Google Summer of Code</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code</link>
<description>	</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/google-summer-of-code</guid>
<pubDate>Fri, 16 Feb 2007 13:14:58 -0600</pubDate>
</item>

<item>
<title>SPICE: Speech Processing - Interactive Creation and Evaluation Toolkit for New Languages</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/spice-speech-processing---interactive-creation-and-evaluation-toolkit-for-new-languages</link>
<description>	</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/spice-speech-processing---interactive-creation-and-evaluation-toolkit-for-new-languages</guid>
<pubDate>Tue, 13 Feb 2007 09:42:43 -0600</pubDate>
</item>

<item>
<title>How to get many more contributions</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-get-many-more-contributions</link>
<description>If you&#x26;#39;d like to encourage many more contributions, how about developing a Macromedia Flash voice recorder and embedding it in your website? This could make it really quick and easy for people to contribute, and persuade many &#x22;casual visitors&#x22; to record a few of the scripts.  Cheers,  Jon (www.orangejon.com) </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-get-many-more-contributions</guid>
<pubDate>Thu, 18 Jan 2007 18:48:25 -0600</pubDate>
</item>

<item>
<title>Speech Recognition Engine comparison</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-recognition-engine-comparison</link>
<description>Hello All,  I am just curious to know if it possible to build a good recognition system comparable to commercial ones by Philips, Nuance etc. by using Open source technologies like Juilus, Sphinx etc. I am working hard to get a ASR (Sphinx ) working with Hub4/WSJ but it seems to be a distant fruit. Any wikis or tutorials that help much better? Any one ready to work on a ground-breaking idea using a mash up of Web2.0 Technologies and ASR??   thanks Satish mummsat@iit.edu  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/speech-recognition-engine-comparison</guid>
<pubDate>Wed, 03 Jan 2007 18:50:30 -0600</pubDate>
</item>

<item>
<title>can we use th HUB4 or WSJ that&#x27;s supported by Sphinx?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/can-we-use-th-hub4-or-wsj-thats-supported-by-sphinx</link>
<description>How do i use Hub4 or AN4 or WSJ models/dictionaries that are suported by sphinx? Can we use them with Julius?   thanks Satish </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/can-we-use-th-hub4-or-wsj-thats-supported-by-sphinx</guid>
<pubDate>Mon, 01 Jan 2007 17:24:28 -0600</pubDate>
</item>

<item>
<title>How to create reverse 3 gram for julius?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-create-reverse-3-gram-for-julius3</link>
<description>I am able to create a back-off bigram using HTK with Julius uses for its first pass. But I really have no idea how to create the REVERSE 3 gram needed for the second pass. Could anyone shed some light? Thanks.</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-to-create-reverse-3-gram-for-julius3</guid>
<pubDate>Wed, 20 Dec 2006 23:11:54 -0600</pubDate>
</item>

<item>
<title>GPL applicable to &#x27;derived hardware&#x27;?</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/gpl-applicable-to-derived-hardware</link>
<description>Hi, I wonder, how the GPL would be applied to the following situation: A huge number of users like you and me collect a speech corpus that allows to build acoustic models of similar quality compared to commercial systems. Now a hardware developer comes up with some speech recognition tool that is designed to work exactly with VoxForge&#x26;#39;s model. He doesn&#x26;#39;t distribute the model with his device, but provides a link to voxforge.org where customers may download the model. - Is this situation covered by GPL? If not, I&#x26;#39;m reluctant to spend time on something that others may turn into profit without returning anything to the community. If yes: - Does the GPL require the device developer to distribute his device together with the model sources, OR - Does the GPL reuqire him to distribute his device together with the model sources PLUS any sources and hardware description of his own device? The latter situation is most desirable, because everybody who benefits from the acoustic models has to provide some improvement in return. But I doubt GPL includes anything except for directly derived code (or models). Your opinion? </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/gpl-applicable-to-derived-hardware</guid>
<pubDate>Sun, 17 Dec 2006 16:10:58 -0600</pubDate>
</item>

<item>
<title>beginner&#x27;s questions</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/beginners-questions</link>
<description>Hi, congratulations for this valuable project! I&#x26;#39;d like to start experimenting with HTK and have a few questions. 1) Where do I find english documentation for Julius? On the Japanese sourceforge site first of all I see a lot of &#x26;#39;?????&#x26;#39;. Is it an alternative to HTK, or do I need to install it?  2) Will there be any compiled Acoustic Models (trained HMMs)? This is what I thought to find below downloads-&#x26;gt;acoustic models, instead there are word-phoneme dictionaries. Probably I am misunderstanding something? 3) If I submit speech, do I just have to provide a text transcription, or also a phonetic transcription? What list of phonemes do you use? The format of the text transcriptions seems to differ between the corpora, which rules should I follow? 4) Is there a standard, how the MFCC coefficients are calculated? There are a lot of options concerning frequency bands, triangular/hamming filter functions in mel/linear space etc.     Arno  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/beginners-questions</guid>
<pubDate>Fri, 15 Dec 2006 13:51:05 -0600</pubDate>
</item>

<item>
<title>svn checkout</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/svn-checkout</link>
<description>Where can I svn co the repo I see at http://www.dev.voxforge.org/browser/VoxForge/Trunk  </description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/svn-checkout</guid>
<pubDate>Mon, 06 Nov 2006 00:43:25 -0600</pubDate>
</item>

<item>
<title>How do someone create Language Model Julius/Julian</title>
<link>http://www.voxforge.org/home/forums/message-boards/general-discussion/how-do-someone-create-language-model-julius/julian</link>
<description>Hi All,</description>
<guid isPermaLink="true">http://www.voxforge.org/home/forums/message-boards/general-discussion/how-do-someone-create-language-model-julius/julian</guid>
<pubDate>Sun, 22 Oct 2006 13:37:03 -0500</pubDate>
</item>

</channel>
</rss>

