On Thursday, March 17, 2016 at 9:16:51 AM UTC-7, Ray wrote: > > > Is there a way to have an audio play over a websocket? > > As an example, I want to make the sound of a bell on one of the many > websocket clients. > > Is there an easy way to do that? I dont want to have to install any file > at the client site. > > Thanks, > > I would think an http request for a resource would work better? websocket you'd have to encode to a string and decode... though websocket would be better for sending streams of sounds... so if the server loaded it and passed it to a streaming codec for the client to play? But not sure how you'd play a sound stream on client?
> Ray > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/19191cc7-510a-4f8f-a6f4-3254dcc4eff1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
