1.0.0 • Published 6 years ago

sox-static v1.0.0

Weekly downloads
13
License
ISC
Repository
github
Last release
6 years ago

sox-static

Static sox binaries for MacOS, Linux and Windows.

npm version build status ISC-licensed chat with me on Gitter support me on Patreon

Installation

npm install sox-static

Usage

Returns the path of the sox binary on the local filesystem.

const pathToSox = require('sox-static-macos')
console.log(pathToSox)
// /Users/j/playground/node_modules/sox-static-macos/sox

Contributing

If you have a question or need support using sox-static, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.