15
0

Accepting request 752995 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/752995
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-SoundCard?expand=0&rev=5
This commit is contained in:
2019-12-03 14:21:43 +00:00
committed by Git OBS Bridge
4 changed files with 19 additions and 4 deletions

View File

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

3
SoundCard-0.3.3.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Dec 2 17:11:34 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Update to 0.3.3
* Fix attribute error when accessing stream state
* adds experimental support for exclusive mode on Windows
* adds latency hints to the documentation
* fix exception when monitor is default pulseaudio device
* fixes deprecation warning
* fixes missing dtype declaration
* fixes sample rate conversion on macOS
* fixes silence recording on macOS
* makes mainloop a global singleton
* remove useless declaration and call to _pa_stream_get_buffer_attr()
-------------------------------------------------------------------
Thu Mar 28 14:09:10 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>

View File

@@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-SoundCard
Version: 0.3.0
Version: 0.3.3
Release: 0
Summary: Python package to play and record audio
License: BSD-3-Clause