Hi,

This is not a trivial task, but it may be possible.


I would try the following
1. You should implement a gadget which contains a Flex (flash)
component.
2. The flex component can (if the user agrees) get access to the
microphone.
3. If you are lucky, you may be able to produce a byte stream of the
recording, though this may not be possible
(http://stackoverflow.com/questions/1176707/recording-from-microphone-
from-within-the-browser-using-flex-or-processing)'
4. After that the flex component has to call javascript of the gadget
(through ExternalInterface, google it) and pass the byte stream.
5. Then the javascript has to share the byte stream through the gadget
state.
Not sure if there is a size limitation here
6. Then when the stateUpdated event reaches each client (javascript of
gadget), you must pass the byte stream back into the Flex component
and play the sound here

Good luck (you're going to need it:)

On 27 Sep, 19:17, maxsap <[email protected]> wrote:
>I would like also to get user from users microphone do you know if i can do
> that? also this is shared in all users in the wave wright? if it is i
> can't use something like that because of the above(get microphone for
> a single user), at list i know i can make wave play an audio file
>
> On Sep 26, 11:28 pm, Eric Dorman <[email protected]> wrote:
>
>
>
> > I have made a gadget for this specific reason.
>
> > The gadget displays a search engine were users can search you tube
> > videos and when the user
> > clicks on the  video it plays right in the wave itself.
>
> > Here is the link to the xml file
>
> >http://hosting.gmodules.com/ig/gadgets/file/101909796567770336680/vid...
>
> > On Sep 26, 11:10 am, maxsap <[email protected]> wrote:
>
> > > Hello I am new in wave development and I was wondering if it is
> > > possible for the wave to play external media, or take input (e.g.
> > > record a user from its microphone) from a user.and if yes how? Can I
> > > do it using robots from the api search i show only the image and
> > > gadget class so do I have to make a gadget to do that?
> > > I am interested in building a that someone can record a message from
> > > his wave and send it to others(e.g. record a message and then the
> > > other users in the same way can liste(playback ) that message)
> > > thanks in advanced maxsap

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Wave API" 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-wave-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to