FFmpeg /a command-line tool for videos and audios/

How to split mp3

ffmpeg -i input.mp3 -f segment -segment_time 3600 -c copy output%0d.mp3