forked from pool/pulseeffects
Accepting request 862165 from home:kill_it:branches:multimedia:apps
- Update to version 4.8.4 Added: * Added Allpass filter in Equalizer plugin. Fixed: * The equalizer UI is now correctly shown when a profile with 30 bands is loaded at startup. * Added a workaround for systems that were crashing because the locale is not correctly set at system level. Note to packagers: * This is the last release supporting Pulseaudio. The following PulseEffects releases will be based on the new Pipewire multimedia server and only fixes to critical bugs will be backported to the legacy pulseaudio branch https://github.com/wwmm/pulseeffects/tree/pulseaudio-legacy. - Changes from 4.8.3 Added: * New Noise Reduction plugin based on the RNNoise library. * Band Quality factor exposed in the Equalizer main interface. * A new settings was added to the general section of our settings menu: Activity Timeout. It is the time during which PulseEffects monitors if there is any application playing audio. If there is none we stop our playback stream in order to save cpu usage. This timeout has been in place for a long time but until now its value could not be configured by the user. * When no application is playing audio PulseEffects pipeline is now put in the ready state instead of the paused state. This should help to reduce cpu usage in situations like the ones described in https://github.com/wwmm/pulseeffects/issues/829 * Updated Chinese translation. Fixed: * Values outside GTK widgets are now shown according to system locale settings. * Applying APO Equalizer preset when locale is different than "C" is now working properly. * Equalizer and Crystalizer UI redesigned: band wrapper is extended to fit all the available horizontal space; homogeneous property has been applied to get the same space between band sliders. * App info and plugin interfaces made scrollable: now PulseEffects window does not change its size when switching beetween plugins. * Loudness plugin: removed reference signal button (test signals can be used in its stead); input value is now saved to preset. Note to packagers: * The Noise Reduction is an optional plugin. For it to be available to the user the library RNNoise https://github.com/xiph/rnnoise has to be installed when PulseEffects is compiled. OBS-URL: https://build.opensuse.org/request/show/862165 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/pulseeffects?expand=0&rev=21
This commit is contained in:
parent
5bc4df9b63
commit
c27bcfe08a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a287957b91530023b9b72ca1d57507a8dcd6363e48ce34dd225fb6bab7d27ec
|
||||
size 2000571
|
3
pulseeffects-4.8.4.tar.gz
Normal file
3
pulseeffects-4.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:12ba3205025d815a747b58636861594f7d1e43a578a5b0411f7794f4c12e5d86
|
||||
size 2029971
|
@ -1,3 +1,53 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 8 07:01:05 UTC 2021 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
- Update to version 4.8.4
|
||||
Added:
|
||||
* Added Allpass filter in Equalizer plugin.
|
||||
Fixed:
|
||||
* The equalizer UI is now correctly shown when a profile with
|
||||
30 bands is loaded at startup.
|
||||
* Added a workaround for systems that were crashing because the
|
||||
locale is not correctly set at system level.
|
||||
Note to packagers:
|
||||
* This is the last release supporting Pulseaudio. The following
|
||||
PulseEffects releases will be based on the new Pipewire
|
||||
multimedia server and only fixes to critical bugs will be
|
||||
backported to the legacy pulseaudio branch
|
||||
https://github.com/wwmm/pulseeffects/tree/pulseaudio-legacy.
|
||||
- Changes from 4.8.3
|
||||
Added:
|
||||
* New Noise Reduction plugin based on the RNNoise library.
|
||||
* Band Quality factor exposed in the Equalizer main interface.
|
||||
* A new settings was added to the general section of our settings
|
||||
menu: Activity Timeout. It is the time during which
|
||||
PulseEffects monitors if there is any application playing audio.
|
||||
If there is none we stop our playback stream in order to save
|
||||
cpu usage. This timeout has been in place for a long time but
|
||||
until now its value could not be configured by the user.
|
||||
* When no application is playing audio PulseEffects pipeline is
|
||||
now put in the ready state instead of the paused state. This
|
||||
should help to reduce cpu usage in situations like the ones
|
||||
described in https://github.com/wwmm/pulseeffects/issues/829
|
||||
* Updated Chinese translation.
|
||||
Fixed:
|
||||
* Values outside GTK widgets are now shown according to system
|
||||
locale settings.
|
||||
* Applying APO Equalizer preset when locale is different than "C"
|
||||
is now working properly.
|
||||
* Equalizer and Crystalizer UI redesigned: band wrapper is
|
||||
extended to fit all the available horizontal space; homogeneous
|
||||
property has been applied to get the same space between band sliders.
|
||||
* App info and plugin interfaces made scrollable: now PulseEffects
|
||||
window does not change its size when switching beetween plugins.
|
||||
* Loudness plugin: removed reference signal button (test signals can
|
||||
be used in its stead); input value is now saved to preset.
|
||||
Note to packagers:
|
||||
* The Noise Reduction is an optional plugin. For it to be
|
||||
available to the user the library RNNoise
|
||||
https://github.com/xiph/rnnoise has to be installed when
|
||||
PulseEffects is compiled.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 21 16:06:01 UTC 2020 - andy great <andythe_great@pm.me>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pulseeffects
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pulseeffects
|
||||
Version: 4.8.2
|
||||
Version: 4.8.4
|
||||
Release: 0
|
||||
Summary: Audio effects for Pulseaudio applications
|
||||
License: GPL-3.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user