开发者

MP3 audio file splitting with Python

开发者 https://www.devze.com 2023-03-23 01:56 出处:网络
I have mp3 files and i want to slice these into samples, by giving a start and end time to a library function.

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

精彩评论

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

关注公众号