psaylor / sox-audio

A NodeJS interface to SoX audio utilities
MIT License
70 stars 22 forks source link

sox not detected under win #8

Open db-add2 opened 7 years ago

db-add2 commented 7 years ago

I had the issue that sox wasn't detected under win.

Just replace 'which' cmd command with 'where' and it works like a charm.

Would be great to set the os via param to win. Then where should be set instand of which.

Many thanks Daniel