Select and transform audio source data
npm install sonarvio-editor
Sonarvio Editor
===============
A React component to select and transform source data of audio files with an interface for a remote converter.
npm install --save sonarvio-editor
Currently the exposes only the 'Editor' Component which requires at least a source property.
References to a remote proxy or local video element can be passed in addition.
``js
var Editor = require('sonarvio-editor')
render() {
return (
)
}
`
A concrete example can be found here.
Just run 'node build' and checkout http://localhost:10000`.