I have mp3 files and i want to slice these into samples, by giving a start and end time to a library function. Does anyone know which python library suits me to do this??
Mp3splt, This works fabulously :)
Example:
import os os.system("mp3splt inputfile.mp3")