15
0

- update to 0.4.3:

* improves response to Pulseaudio runtime failures
  * implements named channel map elements on Linux
- Update to 0.4.2:
  * fixes silence recording on macOS

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SoundCard?expand=0&rev=21
This commit is contained in:
2024-06-10 08:57:42 +00:00
committed by Git OBS Bridge
parent 5fff5959a0
commit 78b66d3257
4 changed files with 14 additions and 7 deletions

View File

@@ -1,7 +1,14 @@
-------------------------------------------------------------------
Mon Jun 10 08:57:14 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.4.3:
* improves response to Pulseaudio runtime failures
* implements named channel map elements on Linux
-------------------------------------------------------------------
Mon Aug 29 03:52:21 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
- Update to 0.4.2:
- Update to 0.4.2:
* adds compatibility with NixOS library naming (Thank you, shithead!)
* fixes deprecation for Python 3.10 (Thank you, Nekyo!)
* fixes deprecation in recent Numpy
@@ -49,7 +56,7 @@ Mon Dec 2 17:11:34 UTC 2019 - Todd R <toddrme2178@gmail.com>
* fixes deprecation warning
* fixes missing dtype declaration
* fixes sample rate conversion on macOS
* fixes silence recording on macOS
* fixes silence recording on macOS
* makes mainloop a global singleton
* remove useless declaration and call to _pa_stream_get_buffer_attr()