Skip to content
forked from skratchdot/sox.js

An emscripten port of sox for use in the browser and node

License

Notifications You must be signed in to change notification settings

floydback/sox.js

 
 

Repository files navigation

sox.js

An emscripten port of sox for use in the browser and node

API Ideas

soxox().readFile('/foo.wav').convert({ }).delay({}).lowpass({}).writeFile('/foo.aif');

sox('/foo.wav').mix('/bar.wav').play();

sox('/foo.wav').info(function(err, data) { console.log(data); });

Building sox-emscripten.js

Requirements

How to build

vagrant up
vagrant ssh -c "/vagrant/scripts/build_sox.sh"
vagrant halt

Notes

This project was started at Music Hack Day San Francisco 2014

Helpful Links

License

Copyright (c) 2014 skratchdot
Licensed under the MIT license.

About

An emscripten port of sox for use in the browser and node

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%