简体   繁体   中英

Recording audio with javascript

I have created something like MPD pad in javascript. And now I want to record sequences. I have tried to record all the keyups and keydowns, then duplicate existing layer of audio elements and then play them in the background according to recorded inputs. But is there any sound recording API to record output sound of browser so I could have a the sequence recorded into audio file?

It depends on how it's implemented. See http://www.html5rocks.com/en/tutorials/getusermedia/intro/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM