15
0

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

Update to 0.3.3

OBS-URL: https://build.opensuse.org/request/show/752994
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=11
This commit is contained in:
Todd R
2019-12-02 17:12:19 +00:00
committed by Git OBS Bridge
parent 5ececbf33e
commit d029f01067
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 2 17:11:34 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.3.3
* Fix attribute error when accessing stream state
* adds experimental support for exclusive mode on Windows
* adds latency hints to the documentation
* fix exception when monitor is default pulseaudio device
* fixes deprecation warning
* fixes missing dtype declaration
* fixes sample rate conversion on macOS
* fixes silence recording on macOS
* makes mainloop a global singleton
* remove useless declaration and call to _pa_stream_get_buffer_attr()
-------------------------------------------------------------------
Thu Mar 28 14:09:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>