pydub v0.25.0 Release Notes

    • โš  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()