Assuming you can find an HTML / JS feature that allows access to the user's microphone (I'm not aware of any), you could create a GWT wrapper for it using a JSNI method similar to how gwt-mobile-webkit wraps HTML 5 capabilities. Also see the gwt-voices project for sound output (but not input, AFAIK) from GWT.
With Chrome, you may be able to use native client http://code.google.com/p/nativeclient/ to get access to the mic, perhaps someone on one of the NaCl forums would know? HTH, /dmc On Wed, Dec 15, 2010 at 12:03 AM, dhruti <[email protected]> wrote: > hi, i m gwt developer > > how can i add my voice in my gwt application as time of registration > and than after at the time of login how can i authnticate that voice? > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- David Chandler Developer Programs Engineer, Google Web Toolkit http://googlewebtoolkit.blogspot.com/ -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
