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,7 +1,7 @@
#
# spec file for package python-pyalsaaudio
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-pyalsaaudio
Version: 0.9.2
Version: 0.10.0
Release: 0
Summary: ALSA bindings for Python
License: Python-2.0