Changeset 2325
- Timestamp:
- 10/05/07 21:26:10 (1 year ago)
- Files:
-
- Trunk/SpeechSubmission/VFSpeechSubmission/server/Start.php (moved) (moved from Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechStart.php) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechServer.php (modified) (1 diff)
- Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
Trunk/SpeechSubmission/VFSpeechSubmission/server/Start.php
r2318 r2325 152 152 <h1>Speech Submission Application</h1> 153 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 on the same line. When you have completeda 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 wave form 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 providea warning if your recording volume is too loud.</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 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> 157 <p>Thank you for helping Free and Open Source Speech Recogntion!</p> 157 158 </br> 158 159 <?php Trunk/SpeechSubmission/VFSpeechSubmission/server/SubmitSpeechServer.php
r2309 r2325 16 16 $cookie = htmlspecialchars($_SERVER['HTTP_COOKIE']); 17 17 $code = <<<ENDHTMLFRAGMENT 18 <applet name=" Speexuploader" width ="800" height ="800" mayscript="mayscript"19 code=" moodlespeex/MoodleSpeexRecorderApplet.class" style="border: 1px solid rgb(153,153,153);">18 <applet name="VoxForge.org Speech Submission Application" width ="800" height ="850" mayscript="mayscript" 19 code="speechrecorder/RecorderApplet.class" style="border: 1px solid rgb(153,153,153);"> 20 20 <param name="codebase" value="$codebase"/> 21 <param name="archive" value=" moodlespeex.jar"/>21 <param name="archive" value="speechrecorder.jar"/> 22 22 <param name="type" value="application/x-java-applet;version=1.4"/> 23 23 <param name="scriptable" value="true"/> Trunk/SpeechSubmission/VFSpeechSubmission/server/endpage.php
r2318 r2325 165 165 <p>Please Note: </p> 166 166 <p>1. It may take a few minutes for your submission to appear in the listing below (the speech submission application will continue to upload your submission in the background, even though it appears that the application has completed uploading - it all depends on the upload speed of your Internet connection). try clicking refresh after waiting a bit. 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 no n-clickable. <br />167 <p>2. For security reasons, the files in the listing below are not downloadable. <br /> 168 168 </p> 169 169 </font></td></tr></tbody>