Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sonarvio-editor

sonarvio13MIT0.8.1

Select and transform audio source data

readme

js-standard-style

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.