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

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e21175500a2bd310ae3867e7991639defc1e2a5c92cf1b9f7083296b346738ab
size 637432

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e74a66d6c7a6bcceb990df66d3ebc0fe382fc9d765f35f050f9d98c695304b36
size 599446

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> Tue Oct 4 23:53:05 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>

View File

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