15
0

Accepting request 605333 from devel:languages:python:misc

Python sound playback that supports numpy arrays

OBS-URL: https://build.opensuse.org/request/show/605333
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=1
This commit is contained in:
Todd R
2018-05-08 13:09:16 +00:00
committed by Git OBS Bridge
commit a474ea3a40
5 changed files with 101 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
-------------------------------------------------------------------
Tue May 8 03:22:08 UTC 2018 - toddrme2178@gmail.com
- Update to 0.3.11 (2018-05-07):
* Support for the DLL from ``conda-forge``
- Update to 0.3.10 (2017-12-22):
* Change the way how the PortAudio library is located
- Update to 0.3.9 (2017-10-25):
* Add `sounddevice.Stream.closed`
* Switch CFFI usage to "out-of-line ABI" mode
-------------------------------------------------------------------
Tue Aug 8 20:40:25 UTC 2017 - toddrme2178@gmail.com
- Initial version