- update to 20.1.2
* add pulse.play_sample() - server-side stored sample playback * Add pulse.get_peak_sample() func for getting volume peak within timespan OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pulsectl?expand=0&rev=8
This commit is contained in:
parent
2db30ad65b
commit
b3a031ed85
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41db4dd19e7cd28e2609baf2b551f34991f1890024be119b6075a286abfb65d3
|
||||
size 35677
|
3
pulsectl-20.1.2.tar.gz
Normal file
3
pulsectl-20.1.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4a97a4f7fcd8dbe56380980e8c9519ff4e26552604776cbc7555e6a14ff0202f
|
||||
size 39829
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 20 13:59:09 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
- update to 20.1.2
|
||||
* add pulse.play_sample() - server-side stored sample playback
|
||||
* Add pulse.get_peak_sample() func for getting volume peak within timespan
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 08:09:07 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-pulsectl
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%bcond_without test
|
||||
Name: python-pulsectl
|
||||
Version: 18.12.5
|
||||
Version: 20.1.2
|
||||
Release: 0
|
||||
Summary: Python high-level interface and ctypes-based bindings for PulseAudio (libpulse)
|
||||
License: MIT
|
||||
|
Loading…
Reference in New Issue
Block a user