WIP. Currently in development.
A simple command-line application to slice up audio based podcasts into segments with transcriptions,listen to and read individual segments, and track progress.
Run make or make default to see all available Makefile commands.
First, clone the repository:
git clone git@github.com:darraghenright/podslicer.git
cd podslicerThen, set up the poetry virtual environment and shell:
poetry shell
poetry installOptionally, run tests:
make testFinally run the application:
make runEnjoy!