{"id":16642004,"url":"https://github.com/artskydj/node-sox-bin","last_synced_at":"2025-10-30T11:31:24.461Z","repository":{"id":57366555,"uuid":"42753493","full_name":"ArtskydJ/node-sox-bin","owner":"ArtskydJ","description":":speaker: Get SoX as a binary","archived":false,"fork":false,"pushed_at":"2024-12-27T14:57:08.000Z","size":5313,"stargazers_count":10,"open_issues_count":1,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-02T08:11:21.412Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ArtskydJ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-19T00:41:34.000Z","updated_at":"2024-12-27T14:57:12.000Z","dependencies_parsed_at":"2022-08-23T20:10:41.045Z","dependency_job_id":null,"html_url":"https://github.com/ArtskydJ/node-sox-bin","commit_stats":null,"previous_names":["artskydj/sox-bin"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtskydJ%2Fnode-sox-bin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtskydJ%2Fnode-sox-bin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtskydJ%2Fnode-sox-bin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ArtskydJ%2Fnode-sox-bin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ArtskydJ","download_url":"https://codeload.github.com/ArtskydJ/node-sox-bin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238960296,"owners_count":19559240,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-12T07:48:35.783Z","updated_at":"2025-10-30T11:31:23.220Z","avatar_url":"https://github.com/ArtskydJ.png","language":"JavaScript","readme":"# sox-bin\r\n\r\n\u003e Get [SoX](http://sox.sourceforge.net/) as a binary\r\n\r\n| Platform | SoX Version | Status     | Notes    |\r\n|----------|-------------|------------|----------|\r\n| Windows  | 14.4.2      | [![Windows Build Status](https://ci.appveyor.com/api/projects/status/dyg7v0yv1jyvmcmr?svg=true)](https://ci.appveyor.com/project/ArtskydJ/sox-bin) |  |\r\n| macOS    | 14.4.2      | [![macOS Build Status](https://travis-ci.org/ArtskydJ/sox-bin.svg)](https://travis-ci.org/ArtskydJ/sox-bin) |  |\r\n| FreeBSD  | 14.4.1-5    | Untested   | Not working on linux. :( [Help wanted](https://github.com/ArtskydJ/sox-bin/issues/2) |\r\n| Linux    | 14.4.1-5    | [![Linux Build Status](https://circleci.com/gh/ArtskydJ/sox-bin.svg?style=shield)](https://circleci.com/gh/ArtskydJ/sox-bin) | Not working on linux. :( [Help wanted](https://github.com/ArtskydJ/sox-bin/issues/2) |\r\n\r\n## example\r\n\r\n```js\r\nvar soxPath = require('sox-bin')\r\nvar cp = require('child_process')\r\n\r\nvar command = soxPath + ' --version'\r\ncp.exec(command, function (err, stdout) {\r\n\tif (err) {\r\n\t\tthrow err\r\n\t} else {\r\n\t\tconsole.log(stdout.toString())\r\n\t}\r\n})\r\n```\r\n\r\n## api\r\n\r\n```js\r\nvar soxPath = require('sox-bin')\r\n```\r\n\r\n#### `soxPath`\r\n\r\n`soxPath` is a string of the path to the SoX binary.\r\n\r\n```js\r\nconsole.log(soxPath) // =\u003e \"C:\\Users\\Joseph\\Github\\sox-bin\\vendor\\windows\\sox.exe\"\r\n```\r\n\r\n## license\r\n\r\n[VOL](http://veryopenlicense.com)\r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartskydj%2Fnode-sox-bin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fartskydj%2Fnode-sox-bin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fartskydj%2Fnode-sox-bin/lists"}