Click here to register.

Dutch

Flat
Re: Dutch website about speech recognition.
User: kmaclean
Date: 8/25/2008 7:45 am
Views: 15
Rating: 4    Rate [
]

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

Reply
Re: Dutch website about speech recognition.
User: dano
Date: 8/25/2008 9:16 am
Views: 67
Rating: 5    Rate [
]

OK, cool

I've updated voxforge.org/nl

Reply
Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/1/2008 7:35 pm
Views: 13
Rating: 2    Rate [
]

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

 

 

Reply
Re: Dutch website about speech recognition.
User: Visitor
Date: 9/2/2008 9:40 am
Views: 21
Rating: 5    Rate [
]

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

Reply
Re: Dutch website about speech recognition.
User: dano
Date: 9/2/2008 9:42 am
Views: 13
Rating: 5    Rate [
]

Ken,

You can reply to me ;)

Reply
Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/2/2008 10:02 am
Views: 277
Rating: 4    Rate [
]

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

Reply
Re: Dutch website about speech recognition.
User: kmaclean
Date: 9/1/2008 7:28 pm
Views: 10
Rating: 1    Rate [
]

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

 

Reply
NextAdd