开发者

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")
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜