mp3cat

Reads, writes, and manipulates MP3 files with frame-level control

brewmacoslinux
Try with needOr install directly
Source

About

Reads and writes mp3 files

Commands

mp3cat

Examples

Concatenate multiple MP3 files into a single file$ mp3cat input1.mp3 input2.mp3 input3.mp3 -o output.mp3
Extract a portion of an MP3 file by frame range$ mp3cat input.mp3 -o output.mp3 --start-frame 100 --end-frame 500
Display detailed information about an MP3 file$ mp3cat input.mp3 --info