VoxForge
Hi Dano,
You only have permissions for some Dutch web pages:
I'm still working on updating the speech submission app... when that is done, I will follow-up with you...
Ken
Hi,
>You can already use the code from VoxForge to use the Speech Submission Applet
Cool, it must have been something to do with WebGUI (or my ignorance of Java applets :) )
>in the main script there was a variable with the number of prompts
The presentation code for more that 10 prompts does not exist. If you would like to tackle this, please let me know,
Ken
Isn't this
// int numberofPrompts = 5; |
int numberofPrompts = 10; |
JButton [] playA = new JButton [numberofPrompts]; //creates the array, not the objects! |
JButton [] captA = new JButton [numberofPrompts]; //creates the array, not the objects! |
in CapturePlayback.java not the number of prompts? (in the .java file I see that the value numberofPrompts is also used for other things.)
Hi Dano,
> in CapturePlayback.java not the number of prompts?
only if you want a list of 50 prompts all on one page :)
We need to create a paging mechanism (or use tabs - 10 prompts per page) to keep the number of prompts on a single page manageable from a UI perspective.
Ken
Update:
>>I think for Dutch people the site is now very confusing: when
>>you have submitted speech, you are sended back to the English
>>donating page
>Agree... the same applies to all other non-English languages.
Fixed see ticket #404
Ken