sox_ng

Sound eXchange NG - command-line audio processing and conversion tool

brewmacoslinux
Try with needOr install directly
Source

About

Sound eXchange NG

Commands

sox

Examples

Convert WAV file to MP3 format$ sox input.wav output.mp3
Apply gain/volume adjustment to audio file$ sox input.wav output.wav gain 6
Extract audio segment from 10 to 30 seconds$ sox input.wav output.wav trim 10 20