sonarvio-editor
v0.8.1
Published
Select and transform audio source data
Downloads
1
Readme
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
Usage
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.
var Editor = require('sonarvio-editor')
render() {
return (
<Editor source={buffer} proxy={'proxy'} video={document.getElementByTagName('video')}/>
)
}
A concrete example can be found here.
Just run 'node build' and checkout http://localhost:10000
.