Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/derhuerst/sox-static

Static sox binaries for MacOS, Linux and Windows.
https://github.com/derhuerst/sox-static

Last synced: 5 days ago
JSON representation

Static sox binaries for MacOS, Linux and Windows.

Awesome Lists containing this project

README

        

# sox-static

**Static [sox](http://sox.sourceforge.net/) binaries for MacOS, Linux and Windows.**

[![npm version](https://img.shields.io/npm/v/sox-static.svg)](https://www.npmjs.com/package/sox-static)
[![build status](https://api.travis-ci.org/derhuerst/sox-static.svg?branch=master)](https://travis-ci.org/derhuerst/sox-static)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/sox-static.svg)
[![chat with me on Gitter](https://img.shields.io/badge/chat%20with%20me-on%20gitter-512e92.svg)](https://gitter.im/derhuerst)
[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst)

## Installation

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

## 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`, 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).