Skip to content

TehShrike/sox-bin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sox-bin

Get SoX as a binary

Platform SoX Version Status
Windows 14.4.2 Build status
OSX 14.4.2 Build Status
FreeBSD 14.4.1-5 Untested
Linux 14.4.1-5 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 is a string of the path to the SoX binary. On my machine it is C:\Users\Michael\Github\sox-bin\vendor\windows\sox.exe

license

VOL

About

🔈 Get SoX as a binary

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%