Skip to content

Instantly share code, notes, and snippets.

@OSoG
OSoG / cut_mp3.py
Created February 9, 2019 20:16 — forked from gchavez2/cut_mp3.py
Cut mp3 file with Python and pydub
# https://github.com/jiaaro/pydub
from pydub import AudioSegment
files_path = ''
file_name = ''
startMin = 9
startSec = 50