pydub v0.17.0 Release Notes

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