Search code examples
pythonmp3slice

MP3 audio file splitting with Python


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??


Solution

  • Mp3splt, This works fabulously :)

    Example:

    import os
    os.system("mp3splt inputfile.mp3")