15
0

Accepting request 605508 from devel:languages:python:misc

Python sound file I/O that supports numpy

OBS-URL: https://build.opensuse.org/request/show/605508
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundFile?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-09 01:24:35 +00:00
committed by Git OBS Bridge
commit 13acd01f7c
5 changed files with 139 additions and 0 deletions

21
python-SoundFile.changes Normal file
View File

@@ -0,0 +1,21 @@
-------------------------------------------------------------------
Wed May 9 01:09:10 UTC 2018 - toddrme2178@gmail.com
- Update to 0.10.2
* Should now work with cx_freeze.
* Several documentation fixes in the README.
* Removes deprecated ctype argument in favor of dtype in buffer_*().
* Adds SoundFile.frames in favor of now-deprecated __len__().
* Improves performance of blocks and SoundFile.blocks().
* Improves import time by using CFFI's out of line mode.
* Adds a build script for building distributions.
-------------------------------------------------------------------
Wed Aug 9 14:05:47 UTC 2017 - toddrme2178@gmail.com
- Not compatible with some architectures
-------------------------------------------------------------------
Tue Aug 8 19:39:24 UTC 2017 - toddrme2178@gmail.com
- Initial version