pgzmnk / split-podcast

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split Podcast

Helper scripts to manipulate audio files as Python objects.

Set up

Create venv and install requirements

python3 -m venv -venv
. .venv/bin/activate
pip install requirements.txt

Install ffmpeg

brew install ffmpeg 

Reference

pydub API

About


Languages

Language:Python 100.0%