Dutch

Nested
Re: Dutch website about speech recognition.
User: kmaclean
Date: 8/25/2008 7:45 am
Views: 162
Rating: 16

Hi Dano,

You only have permissions for some Dutch web pages:

  • http://www.voxforge.org/nl/read
  • http://www.voxforge.org/nl

I'm still working on updating the speech submission app... when that is done, I will follow-up with you...

Ken

Re: Dutch website about speech recognition.
User: dano
Date: 8/25/2008 9:16 am
Views: 206
Rating: 16

OK, cool

I've updated voxforge.org/nl

Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/1/2008 7:28 pm
Views: 160
Rating: 13

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

 

Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/1/2008 7:35 pm
Views: 142
Rating: 13

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

 

 

Re: Dutch website about speech recognition.
User: Visitor
Date: 9/2/2008 9:40 am
Views: 168
Rating: 24

Isn't this


909192
    // 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.)

Re: Dutch website about speech recognition.
User: dano
Date: 9/2/2008 9:42 am
Views: 157
Rating: 19

Ken,

You can reply to me ;)

Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/2/2008 10:02 am
Views: 4774
Rating: 17

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

PreviousNext