Skip to content

Sonarvio/sonarvio-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Select and transform audio source data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published