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