Skip to content

v0.17.0

Compare
Choose a tag to compare
@jiaaro jiaaro released this 04 Feb 03:38
· 285 commits to master since this release
  • 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