I can broadcast or unicast (UDP) raw PCM data from microphone input, or the data encoded in G711 (MuLaw, ALaw) or Gsm10. This audio is thought to be played on a webpage. Flash and Silverlight cannot be used.
I'm currently investigating two solutions: a) Client-side C# in ASP.NET (AJAX) b) HTML5 Audio API
Is it theoretically possible to receive the byte arrays send with HTML5 Audio API and then play them on a homepage?
Here provides an example to show you how the web audio API works
http://www.html5rocks.com/en/tutorials/webaudio/intro/
the response of request is the bytes array, then you can just follow the step on the web page.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With