Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/derhuerst/sox-static
- Owner: derhuerst
- License: isc
- Created: 2018-07-18T21:21:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-08-10T14:36:49.000Z (over 5 years ago)
- Last Synced: 2024-05-29T19:01:50.434Z (6 months ago)
- Language: Shell
- Size: 33.2 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license.md
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).