Total Pageviews

Wednesday 29 January 2014

Recorder.js

Introduction

 JavaScript library to record audio in browsers as used in the SoundCloud Javascript SDK.
http://johannes.wagener.cc
Recorder.js is a JavaScript library to simply record audio in the browser. Currently the recording functionality is backed by Adobe Flash but will extended to open standards as soon as they are being adopted.

Getting started

  • Copy these 2 files somewhere into your website directory:
    • recorder.js
    • recorder.swf
  • Add the script to your HTML: <script type="text/javascript" src="path/to/recorder.swf"></script>
  • Use the Recorder object to initialize and record (see usage... :)

Examples

from https://github.com/jwagener/recorder.js