Skip to content

Releases: jiaaro/pydub

v0.19.0

09 May 23:08
Compare
Choose a tag to compare
  • Allow codec and ffmpeg/avconv parameters to be set in the pydub.AudioSegment.from_file() for more control while decoding audio files
  • Allow AudioSegment objects with more than two channels to be split using pydub.AudioSegment().split_to_mono()
  • Add support for inverting the phase of only one channel in a multi-channel pydub.AudioSegment object
  • Fix a bug with the latest avprobe that broke pydub.utils.mediainfo()
  • Add tests for webm encoding/decoding

v0.18.0

10 Feb 02:14
Compare
Choose a tag to compare
  • Add a new constructor: pydub.AudioSegment.from_mono_audiosegments() which allows users to create a multi-channel audiosegment out of multiple mono ones.
  • Refactor pydub.AudioSegment._sync() to support an arbitrary number of audiosegment arguments.

v0.17.0

04 Feb 03:38
Compare
Choose a tag to compare
  • 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

06 Jan 13:59
Compare
Choose a tag to compare
  • Make pydub.AudioSegment()._spawn() accept array.array instances containing audio samples

v0.16.6

12 Oct 14:08
Compare
Choose a tag to compare
Add scipy-powered filters and bump version

v0.16.5

02 Aug 15:02
Compare
Choose a tag to compare
increment version for bugfix release

v0.16.4

01 Apr 14:45
Compare
Choose a tag to compare
Increment version for 24-bit wav bug fix

v0.16.3

11 Jan 02:15
Compare
Choose a tag to compare
increment version for 24bit wave support

v0.16.2

11 Jan 02:12
Compare
Choose a tag to compare
PR followup

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

v0.16.1

11 Jan 02:12
Compare
Choose a tag to compare
updates for next release

Add authors from pull requests, increment version and update docs