sox-static-macos
v1.3.0
Published
Static sox binary for MacOS.
Downloads
131
Maintainers
Readme
sox-static-macos
Static sox binariy for MacOS.
Installation
npm install sox-static-macos
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-macos
, 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.