lucasrcezimbra / gansomusic-flask

Old version :musical_score: Download music from YouTube and edit tags
https://github.com/Lrcezimbra/ganso-music
1 stars 0 forks source link

Update pydub to 0.19.0 #88

Closed pyup-bot closed 7 years ago

pyup-bot commented 7 years ago

There's a new version of pydub available. You are currently using 0.18.0. I have updated it to 0.19.0

These links might come in handy: PyPI | Changelog | Homepage

Changelog

0.19.0

  • 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

Got merge conflicts? Close this PR and delete the branch. I'll create a new PR for you.

Happy merging! 🤖