psaylor / sox-audio

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

Use hyphen instead of minus sign in regex #16

Closed ericyoondotcom closed 2 years ago

ericyoondotcom commented 3 years ago

The mix-power combine method was not working, giving the error: Error: Invalid combining method mix-power.

I found that mix-power was failing the regex test due to the wrong dash character being used. Character "minus sign" (0x2212) was used instead of the normal - "hyphen" (0x2D).