To split an audio file in multiple smaller parts on Ubuntu I can recommend the software mp3splt.
There is a command-line version and a graphical version.
To split a file from the terminal, use:
mp3splt -f -t 30.0 -a -d parts media-file.ogg
To split an audio file in multiple smaller parts on Ubuntu I can recommend the software mp3splt.
There is a command-line version and a graphical version.
To split a file from the terminal, use:
mp3splt -f -t 30.0 -a -d parts media-file.ogg