# sox-static-macos

**Static [sox](http://sox.sourceforge.net/) binariy for MacOS.**

[![npm version](https://img.shields.io/npm/v/sox-static-macos.svg)](https://www.npmjs.com/package/sox-static-macos)


## Installation

```shell
npm install sox-static-macos
```


## Usage

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

``` js
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](https://github.com/derhuerst/sox-static/issues).
