No commit activity in last 3 years
No release in over 3 years
A JavaScript library for creating zoomable, browsable and segmentable representations of audio waveforms.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.8
~> 10.0

Runtime

>= 4.2
 Project Readme

waveform-data-js-rails

waveform-data-js-rails wraps the waveform-data.js library in a rails engine for simple use with the asset pipeline provided by Rails 4.2 and higher. The gem includes the development (non-minified) javascript source for ease of exploration. The asset pipeline will minify in production.

waveform-data.js is a JavaScript library for creating zoomable, browsable and segmentable representations of audio waveforms. It's part of a BBC R&D Browser-based audio waveform visualisation software family.

Usage

Add the following to your gemfile:

gem 'waveform_data_js_rails'

Add the following directive to your Javascript manifest file (application.js):

//= require waveform-data

Full documentation for waveform-data.js can be found in its README.

Versioning

waveform-data-js-rails 1.5.1.x == waveform-data-js 1.5.1

Every attempt is made to mirror the currently shipping waveform-data.js version number wherever possible. The major, minor, and patch version numbers will always represent the waveform-data.js version. Should a gem bug be discovered, a 4th version identifier will be added and incremented.

License

Licensed under the GNU Lesser General Public License v3; see COPYING and COPYING.LESSER for details.

Authorship

Gem wrapped by Tom Armitage. Original code by Thomas Parisot.