mattdiamond / Recorderjs

A plugin for recording/exporting the output of Web Audio API nodes
4.18k stars 1.46k forks source link

Programatically record audio output from web page using Recorderjs #114

Open HyemiSong opened 9 years ago

HyemiSong commented 9 years ago

I am making a music composer using Recorderjs.

Regarding this, I would like to know whether I can record sound programmatically, not users' mic.

Are there any examples??

clayharris commented 9 years ago

This library is specifically meant for recording using the user's microphone / audio input device. I'm sure there are other libraries out there for generating audio programmatically.