Changeset 2376
- Timestamp:
- 12/28/07 21:53:37 (10 months ago)
- Files:
-
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/org/xiph (deleted)
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java (modified) (2 diffs)
- Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/JSpeexEnc.java (deleted)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.php (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/java/src/speechrecorder/CapturePlayback.java
r2375 r2376 1322 1322 // \w A word character: [a-zA-Z_0-9] 1323 1323 // \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","")); 1327 1325 if (userName.length() == 0 ) { 1328 1326 userName = "anonymous"; … … 1714 1712 } 1715 1713 ByteArrayOutputStream outbaos = new ByteArrayOutputStream(); 1716 System.err.println(" TargetDataLine allocated has thisAudioFormat: " + line.getFormat());1714 System.err.println("AudioFormat: " + line.getFormat()); 1717 1715 1718 1716 BufferedOutputStream out; Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.php
r2369 r2376 161 161 <P>See below for a current list of the speech submissions waiting to be incorporated into the VoxForge Corpus.</P> 162 162 163 <table style="background-color: #cccccc" border="1" height="135" width="500">163 <table style="background-color: #cccccc" border="1" height="135" width="500"> 164 164 <tbody><tr><td><font size="2"> 165 165 <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. <br /> 166 <p>1. 167 It may take a few minutes for your submission to appear in the listing 168 below. 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. 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. <br /> 168 170 </p> 169 171 </font></td></tr></tbody> Trunk/SpeechSubmission/VFSpeechSubmission/server/index.php
r2330 r2376 151 151 <body> 152 152 <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> </p> 154 155 <p>Please fill in all the required fields on the form below. </p> 156 157 <h3>Before you Begin Recording Prompts<br /></h3><p>Position your mike so it does not pick up your breathing. While recording, try to minimize any non-speech noises (i.e. lip smacking, taking a breath, ...) or background noise. Don't 158 exhale until after you have clicked the Stop button. <br /></p><p>The black box near the bottom of your screen 159 will display the audio waveform of your 160 recording. 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 </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 163 a 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!) <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>. <br /></td></tr></tbody></table> 157 167 <p>Thank you for helping Free and Open Source Speech Recognition!</p> 158 168 </br> 159 169 <?php 160 require_once(' SubmitSpeechServer.php');170 require_once('r0_1_2/SubmitSpeechServer.php'); 161 171 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 ); 172 echo submitspeech_postlet_applet( 173 'EN', 174 '875' 175 ); 167 176 168 177 ?>