forked from pool/python-pydub
Accepting request 623022 from home:alarrosa:branches:devel:languages:python
- Update to 0.22.1 * Fix pydub.utils.mediainfo_json() to work with newer, backwards-incompatible versions of ffprobe/avprobe - Update to 0.22.0 * 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) * The utilities in `pydub.silence` now accept a OBS-URL: https://build.opensuse.org/request/show/623022 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=4
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 11 17:18:18 UTC 2018 - alarrosa@suse.com
|
||||
|
||||
- Update to 0.22.1
|
||||
* Fix pydub.utils.mediainfo_json() to work with newer,
|
||||
backwards-incompatible versions of ffprobe/avprobe
|
||||
|
||||
- Update to 0.22.0
|
||||
* 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)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 10 00:03:10 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
@@ -11,7 +27,7 @@ Thu May 10 00:03:10 UTC 2018 - toddrme2178@gmail.com
|
||||
up logging for your converter) (#223)
|
||||
* All pydub exceptions are now subclasses of
|
||||
`pydub.exceptions.PydubException`
|
||||
* The utilities in `pydub.silence` now accept a
|
||||
* The utilities in `pydub.silence` now accept a
|
||||
`seek_step` argument which can optionally be passed to
|
||||
improve the performance of silence detection (#211)
|
||||
* Fix to `pydub.silence` utilities which allow you to detect
|
||||
|
Reference in New Issue
Block a user