I can transfer or unify (UDP) the original PCM data from the microphone input or data encoded in G711 (MuLaw, ALaw) or Gsm10. This sound is assumed to play on a web page. Flash and Silverlight cannot be used.
I am currently studying two solutions: a) Client C # in ASP.NET (AJAX) b) HTML5 Audio API
Is it possible to theoretically get byte arrays sent using the HTML5 Audio API and then play them on the main page?
source
share