libmp3splt

Library for splitting MP3, OGG, and FLAC audio files

brewmacoslinux
Try with needOr install directly
Source

About

Utility library to split mp3, ogg, and FLAC files

Commands

mp3splt

Examples

Split an MP3 file at specific time points (in minutes:seconds format)$ mp3splt -t 2:30 5:45 input.mp3
Split an MP3 file into equal parts (e.g., 4 parts)$ mp3splt -e -n 4 input.mp3
Split a FLAC file using a cue sheet$ mp3splt -c cuesheet.cue input.flac