pydub
Package — MediaPython 3.7+Intermediate
Audio manipulation: cut, concatenate, export, effects
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- None (pure Python; ffmpeg system binary for format conversion)
- Install
pip install pydub
Learn by Difficulty
Quick Example
python
# Install: pip install pydub import pydub # Basic pydub usage print(f"Using pydub") # See documentation for detailed examples
pydub is a third-party package. Audio manipulation: cut, concatenate, export, effects. Install with: pip install pydub
Try in PlaygroundTags
packagemediaaudiovideo