pydubEasy Playground

Audio manipulation: cut, concatenate, export, effects

Getting started with pydubRun locally
Install
pip install pydub
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: pydub)

pydub is a third-party package. Audio manipulation: cut, concatenate, export, effects. Install with: pip install pydub

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?