14
0

- update to 0.10.0:

* support for periods in the PCM constructor.
  * new functions PCM.state(), PCM.drop() and PCM.drain()
  * improved underrun/overrun handling
  * documentation improvements/consolidation
  * more sampling rates
  * bug fixes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyalsaaudio?expand=0&rev=15
This commit is contained in:
2023-05-04 21:31:28 +00:00
committed by Git OBS Bridge
parent aaaa7b592b
commit 4f8edb87b6
4 changed files with 16 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu May 4 21:30:05 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 0.10.0:
* support for periods in the PCM constructor.
* new functions PCM.state(), PCM.drop() and PCM.drain()
* improved underrun/overrun handling
* documentation improvements/consolidation
* more sampling rates
* bug fixes
-------------------------------------------------------------------
Tue Oct 4 23:53:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>