voxforge.org
VoxForge Dev

Changeset 2376

Show
Ignore:
Timestamp:
12/28/07 21:53:37 (10 months ago)
Author:
kmaclean
Message:

SpeechSubmissionApp? Release 1.1.2 fixes ticket #297

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java

    r2375 r2376  
    13221322                   //      \w   A word character: [a-zA-Z_0-9] 
    13231323                   //      \W   A non-word character: [^\w] 
    1324 // !!!!!! removed to debug php uploader                     
    1325 //                         userName = (usernameTextField.getText().replaceAll("\\W","")); 
    1326 // !!!!!!                   
     1324                           userName = (usernameTextField.getText().replaceAll("\\W","")); 
    13271325                   if (userName.length() == 0 ) { 
    13281326                       userName = "anonymous"; 
     
    17141712            } 
    17151713            ByteArrayOutputStream outbaos = new ByteArrayOutputStream(); 
    1716             System.err.println("TargetDataLine allocated has this AudioFormat: " + line.getFormat()); 
     1714            System.err.println("AudioFormat: " + line.getFormat()); 
    17171715 
    17181716            BufferedOutputStream out; 
  • Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.php

    r2369 r2376  
    161161<P>See below for a current list of the speech submissions waiting to be incorporated into the VoxForge Corpus.</P> 
    162162 
    163 <table style="background-color: #cccccc" border="1" height="135" width="500"> 
     163<table style="background-color: #cccccc" border="1" height="135" width="500"> 
    164164<tbody><tr><td><font size="2"> 
    165165      <p>Please Note: </p> 
    166       <p>1. It may take a few minutes for your submission to appear in the listing below.  If your submission still does not appear, please leave a message in the forum on the <a class="horizontalMenu" href="http://www.voxforge.org/home/read">Read</a> page.</p> 
    167       <p>2. For security reasons, the files in the listing below are not downloadable.&nbsp;&nbsp; <br /> 
     166      <p>1. 
     167It may take a few minutes for your submission to appear in the listing 
     168below. If your submission still does not appear, try clearing your browser cache.</p><p>2. Each submission is reviewed and then added to the VoxForge corpus.&nbsp; A link to your submission will be put in the "English Speech Files" forum (above) after it has been processed.</p> 
     169      <p>3. For security reasons, the files in the listing below are not downloadable.&nbsp;&nbsp; <br /> 
    168170      </p> 
    169171</font></td></tr></tbody> 
  • Trunk/SpeechSubmission/VFSpeechSubmission/server/index.php

    r2330 r2376  
    151151<body> 
    152152<h1>Speech Submission Application - mirror</h1> 
    153 <p>Please Fill in all the required fields.</p> 
    154 <p>For each line, click the <b>Record</b> button, pause for about half a second, and then read the corresponding prompt sentence.  When you complete a line, wait half a second and then click the <b>Stop</b> button. </p> 
    155 <p>After each recording, the black box near the bottom of your screen will display the audio waveform corresponding to the currently active recording.  Please avoid recording clipped speech (i.e. recording with the  volume to high).  The grey bar below the upload button will display a warning if your recording volume is too loud.</p> 
    156 <p>Once you have completed recording all ten prompts the <b>Upload</b> button will activate.  Click the <b>Upload</b> button to upload your entire submission to the VoxForge repository as a single zip file.</p> 
     153<table style="background-color: #cccccc" border="1" width="450"><tbody><tr><td>For more information on the <a href="http://www.voxforge.org/home/read2/java-security-warning">Java Security Warning</a> pop-up that might appear when you open this page click <a href="http://www.voxforge.org/home/read2/java-security-warning">here</a>.</td></tr></tbody></table><p>&nbsp;</p> 
     154 
     155<p>Please fill in all the required fields on the form below.&nbsp;&nbsp;&nbsp; </p> 
     156 
     157<h3>Before you Begin Recording Prompts<br /></h3><p>Position your mike so it does not pick up your breathing.&nbsp; While recording, try to minimize any non-speech noises (i.e. lip smacking, taking a breath, ...) or background noise.&nbsp; Don&#39;t 
     158exhale until after you have clicked the Stop button.&nbsp; <br /></p><p>The black box near the bottom of your screen 
     159will display the audio waveform of your 
     160recording. Please record a test recording to ensure your mike volume is not too high or too low.</p><p> (see this <a href="http://www.voxforge.org/home/read2/microphone">How-to</a> for more information) </p> 
     161 
     162<h3>Recording Prompts&nbsp;</h3><p>For each prompt line, please record your speech as follows:</p><ol><li>click the <b>Record</b> button,</li><li>pause for half 
     163a second,</li><li>Read the corresponding prompt sentence,</li><li>pause for half a second, and then<br /></li><li>click the the <b>Stop</b> button.</li><li>If you make a mistake, click <b>Record</b> again to re-record your prompt.<br /> </li></ol> 
     164<p>Once you have completed recording all ten prompts the Upload button will activate.  Click the <b>Upload</b> button to upload your entire submission to the VoxForge repository as a single zip file.</p><p><b>Repeat</b> the process (multiple are submissions encouraged!) &nbsp;<br /> </p> 
     165 
     166 <table style="background-color: #cccccc" border="1" height="24" width="450"><tbody><tr><td>If the VoxForge Speech Submission Java Applet is not displaying properly, see the <a href="http://www.voxforge.org/home/read2/java">Java Troubleshooting Guide</a>.&nbsp; <br /></td></tr></tbody></table> 
    157167<p>Thank you for helping Free and Open Source Speech Recognition!</p> 
    158168</br> 
    159169<?php 
    160 require_once('SubmitSpeechServer.php'); 
     170require_once('r0_1_2/SubmitSpeechServer.php'); 
    161171 
    162 echo speex_postlet_applet( 
    163 'http://read.voxforge1.org/javaUploadServer.php',  
    164 'http://read.voxforge1.org/endpage.php', 
    165 'http://read.voxforge1.org' 
    166      ); 
     172echo submitspeech_postlet_applet( 
     173'EN',  
     174'875' 
     175); 
    167176 
    168177?>