pydub v0.18.0 Release Notes

Release Date: 2017-02-10 // about 7 years ago
    • 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.