A rails plugin for recording/exporting the output of Web Audio API nodes.
Source code: https://github.com/mattdiamond/Recorderjs.
Add recorderjs-rails to your Gemfile
.
gem "recorderjs-rails"
Require Recorder.js Javascripts in app/assets/javascripts/application.js:
//= require recorderjs-rails/recorder
Further syntax/configuration documentation is available at https://github.com/mattdiamond/Recorderjs
I am only maintaining the gem and this is project is fully open to contributions.
As for its core feature, please directly contact the editor or contribute to the Recorderjs project available at: https://github.com/mattdiamond/Recorderjs
This gem started off SolarCS's work available at https://github.com/SolarCS/recorderjs-rails, for which no gem had been published on RubyGems.org
I decided to take it over and provide people with an easy way to integrate with the latest/available code that mattdiamond (https://github.com/mattdiamond) is providing on his page (https://github.com/mattdiamond/Recorderjs)