简体   繁体   中英

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

Mp3splt , This works fabulously :)

Example:

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

Check Erik's answer to this similar question . I have used this method before to edit a podcast.

FYI - this question has nothing to do with Django.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM