javascript - Programatically record audio output from web page using jS or html5? -


,

Whether the audio is being played from the webpage using HTR5, JS or something and an MP3 / WAV file out? I know the web audio API, but I am able to get information about audio recording with microphone input, rather than just the output of a web page.

Thanks

You use the Web Audio API to record the output of anyone For the web audio node, not just the microphone input, if the webpage you want to record the audio from, then using the Web Audio ADI to generate the sound, you can definitely record the web audio Can use APIs (see recorder .js).

If the sound is being played with HTML elements, you can convert it to a web audio node and record it. Check it out:

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -