Skip to content

Tags: charlieyqin/pydub

Tags

v0.20.0

Toggle v0.20.0's commit message
Merge pull request jiaaro#205 from jiaaro/fix-193

fix jiaaro#193

v0.19.0

Toggle v0.19.0's commit message
Merge branch 'master' of https://github.com/jiaaro/pydub

v0.18.0

Toggle v0.18.0's commit message
increment version for release

v0.17.0

Toggle v0.17.0's commit message
Increment version for v0.17.0

- Add the ability to add a cover image to MP3 exports via the `cover` keyword argument to `pydub.AudioSegment().export()`
- Add `pydub.AudioSegment().get_dc_offset()` and `pydub.AudioSegment().remove_dc_offset()` which allow detection and removal of DC offset in audio files.
- Minor fixes for windows users

v0.16.7

Toggle v0.16.7's commit message
release v0.16.7

v0.16.6

Toggle v0.16.6's commit message
Add scipy-powered filters and bump version

v0.16.5

Toggle v0.16.5's commit message
increment version for bugfix release

v0.16.4

Toggle v0.16.4's commit message
Increment version for 24-bit wav bug fix

v0.16.3

Toggle v0.16.3's commit message
increment version for 24bit wave support

v0.16.2

Toggle v0.16.2's commit message
PR followup

Added tests, incremented version, and added the author of the PR to the AUTHORS file