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 k开发者_开发知识库now which python library suits me to do this??
Mp3splt, This works fabulously :)
Example:
import os
os.system("mp3splt inputfile.mp3")
精彩评论