jiaaro/pydub
Manipulate audio with a simple and easy high level interface observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5602
- days_rel: n/a
- days_push: 167
- n_releases_24m: 0
Adoption not part of the score
9793 stars · 1137 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Pydub is a Python library for manipulating audio with a simple, high-level interface built on top of ffmpeg. It supports slicing, concatenating, fading, volume adjustment, format conversion, and exporting audio files.
Use cases
- convert mp3 to wav in python
- trim and slice audio files
- concatenate audio clips with crossfade
- adjust volume of an audio file
- add fade in and fade out to audio
- export audio with metadata tags
- read ogg or flv audio in python
When to choose
- you need simple high-level audio editing in Python
- you want format conversion via ffmpeg without writing ffmpeg commands
- you need quick slicing, fading, or concatenation of audio clips
When to avoid
- you need real-time audio processing or streaming
- you need advanced DSP effects beyond basic manipulation
- you cannot install ffmpeg as a system dependency
Facets
library · maturity maintenance
audio-processing file-system media developer-tools python cross-platform ffmpeg audio-manipulation audio-conversion audiosegment audio
2 sources
- readme: https://github.com/jiaaro/pydub · fetched 2026-08-28 · 12fbbf4e16ac
- homepage: http://pydub.com · fetched 2026-08-29 · 46593624fc85
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jiaaro/pydub | main | 56 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem