Ticket #451 (new defect)
Corpus Rating Proposal
Reported by: | kmaclean | Owned by: | kmaclean |
---|---|---|---|
Priority: | major | Milestone: | SpeechSubmission 0.1.7 |
Component: | SpeechSubmission | Version: | SpeechSubmission0.1.6 |
Keywords: | Cc: |
Description (last modified by kmaclean) (diff)
from Dano's post:
Hi
I'm very busy atm but I did have time for a proposal to rate speech.
With the new audio html in Firefox 3.5 and Opera and Apple are working on it too, playing audio is much easier. Therefore I wrote a litlle proposal for rating speech on client side. You can try it by downloading the newest beta on http://www.mozilla.com/en-US/firefox/all-beta.html (beta 3 is coming very soon).
<!--Awesome rating system (c) Daniël Heres CC-By--> <html> <head> <title>Awesome rating system</title> </head> <body> <form action="http://rate.voxforge1.org/ratesystem.php" method="post"> <table width="50%"> <tr> <td> PHILIP DROPPED BACK INTO HIS CHAIR <audio src="b0021.wav" controls="true"/> </td> <td> <input type=checkbox name="matchesb0021">Doesn't match text<br/> <input type=checkbox name="noiseb0021">Much noise<br/> <input type=checkbox name="volumeb0021">No audio<br/> Quality (1 to 10)?<input type=text name="qualityb0021" maxlength=2> <br/> </td> </tr> <tr> <td> IF I WAS OUT OF THE GAME IT WOULD BE EASILY MADE <audio src="b0022.wav" controls="true"/> </td> <td> <input type=checkbox name="matchesb0022">Doesn't match text<br/> <input type=checkbox name="noiseb0022">Much noise<br/> <input type=checkbox name="volumeb0022">No audio<br/> Quality (1 to 10)?<input type=text name="qualityb0022" maxlength=2> <br /> </td> </tr> </table> <table> <tr> <td> <input type="submit" value="submit" /> </td> </tr> </table> </form> </body> </html>
It can also play ogg-audio in it which makes more sense in this case.
This is the preview
Change History
Note: See
TracTickets for help on using
tickets.