Search code examples
web-audio-api

Audio recording with HTML5 Web Audio Api


Does anyone know if the Web Audio API provides the ability to save audio played using the WebAudioContext?


Solution

  • I actually wrote a small utility called RecorderJS that might help.