14
0
forked from pool/python-pydub

Accepting request 645633 from home:TheBlackCat:branches:devel:languages:python

- Update to 0.23.0
  * Add support for playback via simpleaudio
  * Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313)
  * Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308)

OBS-URL: https://build.opensuse.org/request/show/645633
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pydub?expand=0&rev=6
This commit is contained in:
Todd R
2018-10-31 04:52:30 +00:00
committed by Git OBS Bridge
parent 3fc4f5fe97
commit 5a3fc1303e
4 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Oct 31 04:48:36 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to 0.23.0
* Add support for playback via simpleaudio
* Allow users to override the type in pydub.AudioSegment().get_array_of_samples() (PR #313)
* Fix a bug where the wrong codec was used for 8-bit audio (PR #309 - issue #308)
-------------------------------------------------------------------
Wed Jul 11 17:18:18 UTC 2018 - alarrosa@suse.com