Skip to content

v0.18.0

Compare
Choose a tag to compare
@jiaaro jiaaro released this 10 Feb 02:14
· 279 commits to master since this release
  • 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.