v0.18.0
- 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.