pydub v0.22.0 Release Notes

Release Date: 2018-05-24 // almost 6 years ago
    • โž• Adds support for audio with frame rates (sample rates) of 48k and higher (requires scipy) (PR #262, fixes #134, #237, #209)
    • โž• Adds support for PEP 519 File Path protocol (PR #252)
    • ๐Ÿ›  Fixes a few places where handles to temporary files are kept open (PR #280)
    • โž• Add the license file to the python package to aid other packaging projects (PR #279, fixes #274)
    • Big fix for pydub.silence.detect_silence() (PR #263)