14
0

Accepting request 823319 from home:mcalabkova:branches:devel:languages:python

- Update to 0.4.0
  * Drop support for Python 2.x
  * Fix memory issues in `play()`, `rec()` and `playrec()`
  * Example application ``play_stream.py``
  * Remove ``print_devices()``, `query_devices()` can be used instead

OBS-URL: https://build.opensuse.org/request/show/823319
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sounddevice?expand=0&rev=17
This commit is contained in:
2020-07-29 10:40:20 +00:00
committed by Git OBS Bridge
parent fb3ec99892
commit d24f5a3e85
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Jul 29 07:27:48 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- Update to 0.4.0
* Drop support for Python 2.x
* Fix memory issues in `play()`, `rec()` and `playrec()`
* Example application ``play_stream.py``
* Remove ``print_devices()``, `query_devices()` can be used instead
-------------------------------------------------------------------
Thu Mar 26 14:13:08 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>