pydub v0.19.0 Release Notes

Release Date: 2017-05-09 // almost 7 years ago
    • ๐Ÿ‘ Allow codec and ffmpeg/avconv parameters to be set in the pydub.AudioSegment.from_file() for more control while decoding audio files
    • Allow AudioSegment objects with more than two channels to be split using pydub.AudioSegment().split_to_mono()
    • โž• Add support for inverting the phase of only one channel in a multi-channel pydub.AudioSegment object
    • ๐Ÿ›  Fix a bug with the latest avprobe that broke pydub.utils.mediainfo()
    • โž• Add tests for webm encoding/decoding