sox-bin

1.0.2 • Public • Published

sox-bin

Get SoX as a binary

Platform SoX Version Status
Windows 14.4.2 Windows Build Status
macOS 14.4.2 macOS Build Status
FreeBSD 14.4.1-5 Untested
Linux 14.4.1-5 Linux Build Status

example

var soxPath = require('sox-bin')
var cp = require('child_process')
 
var command = soxPath + ' --version'
cp.exec(command, function (err, stdout) {
    if (err) {
        throw err
    } else {
        console.log(stdout.toString())
    }
})

api

var soxPath = require('sox-bin')

soxPath

soxPath is a string of the path to the SoX binary.

console.log(soxPath) // => "C:\Users\Joseph\Github\sox-bin\vendor\windows\sox.exe"

license

VOL

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.2
    64
    • latest
  • 1.0.1
    1
    • beta

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.2
    64
  • 1.0.1
    1
  • 1.0.0
    1

Package Sidebar

Install

npm i sox-bin

Weekly Downloads

66

Version

1.0.2

License

VOL

Unpacked Size

10.8 MB

Total Files

79

Last publish

Collaborators

  • artskydj