1.3.0 • Published 5 years ago

sox-static-macos v1.3.0

Weekly downloads
12
License
LGPL-2.1-only
Repository
github
Last release
5 years ago

sox-static-macos

Static sox binariy for MacOS.

npm version

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.