Skip to content

v0.25.0

Compare
Choose a tag to compare
@jiaaro jiaaro released this 06 Mar 17:36
· 11 commits to master since this release
  • Don't show a runtime warning about the optional ffplay dependency being missing until someone trys to use it
  • Documentation improvements
  • Python 3.9 support
  • Improved efficiency of loading wave files with pydub.AudioSegment.from_file()
  • Ensure pydub.AudioSegment().export() always retuns files with a seek position at the beginning of the file
  • Added more EQ effects to pydub.scipy_effects (requires scipy to be installed)
  • Fix a packaging bug where the LICENSE file was not included in the source distribution
  • Add a way to instantiate a pydub.AudioSegment() with a portion of an audio file via pydub.AudioSegment().from_file()