Skip to content

v0.20.0

Compare
Choose a tag to compare
@jiaaro jiaaro released this 05 Aug 16:11
· 234 commits to master since this release
  • Add new parameter gain_during_overlay to pydub.AudioSegment.overlay which allows users to adjust the volume of the target AudioSegment during the portion of the segment which is overlaid with the additional AudioSegment.
  • pydub.playback.play() No longer displays the (very verbose) playback "banner" when using ffplay
  • Fix a confusing error message when using invalid crossfade durations (issue #193)