forked from pool/python-SoundCard
Accepting request 1179658 from devel:languages:python
- 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/request/show/1179658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb88d2c10872debdde7e746e1ea606bf9ad61ffe2b6b7b18b72af97dd3e1e109
|
||||
size 43568
|
||||
3
SoundCard-0.4.3.tar.gz
Normal file
3
SoundCard-0.4.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:410835514ba10809803cb9887d4270f392b59eaf365915bb94516af3f8b1d037
|
||||
size 40609
|
||||
@@ -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()
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-SoundCard
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -22,7 +22,7 @@
|
||||
%define skip_python36 1
|
||||
%endif
|
||||
Name: python-SoundCard
|
||||
Version: 0.4.2
|
||||
Version: 0.4.3
|
||||
Release: 0
|
||||
Summary: Python package to play and record audio
|
||||
License: BSD-3-Clause
|
||||
|
||||
Reference in New Issue
Block a user