views:

49

answers:

4

I'm using speech recognition and I want to show the users that when they click a button they should speak.

I was thinking about using a progress bar but i dont think its a good idea. Then i thought about putting a label saying whats going on.

Can someone suggest any more options. Please.

+2  A: 

You could also use audio feedback. Something like:

"Speak clearly, if you speak at all; carve every word before you let it fall."

(Oliver Wendell Holmes)

zaf
+1 for cleverness... a pity that it would confuse your average user.
Vuntic
+1  A: 

I vote for visual and/or audio feedback in the form of

  • Popup/Notification box showing "Please speak into your microphone now" which fades away after a few seconds
  • An image appearing such as this one, visually suggesting you speak (possibly with a matching one suggesting now is not the time to speak)
  • An audio tone, short and simple. Get two tones though, one for "speak now" and one for "OK. you can stop speaking"

Possibly combine some of the above for dual feedback

Chris Knight
A: 

I think that they clearest way to do this is to give them a pop-up with a stop recording button. Also some kind of progress bar/time recorded seems useful to me too. In general users like what they have experienced before. Every user has used a simple tv remote or youtube progress bar. My vote is for consistency.

sixtyfootersdude
A: 

thanks for the amazing replies. i was thinking about a messagebox too. AND thinking about putting a audible feed back too...

Nubkadiya