voxforge.org
VoxForge Dev

Ticket #188 (new defect)

Opened 1 year ago

Last modified 1 year ago

delay in clicking record or stop

Reported by: kmaclean Assigned to: kmaclean
Priority: major Milestone: SpeechSubmission 0.1.10
Component: SpeechSubmission Version: Website 0.2
Keywords: Cc:

Description

it seems like if you click record or stop on the Java recording application that your recording will be cut off if you don't wait for half a second after you speak.

record does not seem to start immediately either

Change History

09/25/07 13:53:41 changed by kmaclean

Might be able to use this to delay stop while buffer empties

thread.sleep(300);

10/05/07 21:18:38 changed by kmaclean

or use the wait(100) command - but this seems to be related to threading ...