File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1- # on master
1+ # v0.25.0
22- Don't show a runtime warning about the optional ffplay dependency being missing until someone trys to use it
3+ - Documentation improvements
4+ - Python 3.9 support
5+ - Improved efficiency of loading wave files with ` pydub.AudioSegment.from_file() `
6+ - Ensure ` pydub.AudioSegment().export() ` always retuns files with a seek position at the beginning of the file
7+ - Added more EQ effects to ` pydub.scipy_effects ` (requires scipy to be installed)
8+ - Fix a packaging bug where the LICENSE file was not included in the source distribution
9+ - Add a way to instantiate a ` pydub.AudioSegment() ` with a portion of an audio file via ` pydub.AudioSegment().from_file() `
310
411# v0.24.1
512- Fix bug where ffmpeg errors in Python 3 are illegible
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'pydub' ,
11- version = '0.24.1 ' ,
11+ version = '0.25.0 ' ,
1212 author = 'James Robert' ,
13131414 description = 'Manipulate audio with an simple and easy high level interface' ,
You can’t perform that action at this time.
0 commit comments