Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: easyeffects | Distribution: openSUSE Tumbleweed |
Version: 6.2.6 | Vendor: openSUSE |
Release: 1.3 | Build date: Wed Oct 12 19:05:09 2022 |
Group: Unspecified | Build host: obs-arm-11 |
Size: 3025019 | Source RPM: easyeffects-6.2.6-1.3.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/wwmm/easyeffects | |
Summary: Audio effects for Pulseaudio applications |
PulseEffects is a limiter, compressor, reverberation, stereo equalizer and auto volume effects for Pulseaudio applications.
GPL-3.0-or-later
* Fri Jun 24 2022 Boris Manojlovic <boris@steki.net> - Update to latest release 6.2.6 - Features: + When effects are disable to an application we now set its target metadata to null. This will allow the media session manager (wireplumber) to properly move the stream to a new device. + A new configuration option was added. It allows EasyEffects to ignore streams whose purpose is to monitor sink devices. This will help to fix some of problems our users were having when using OBS. + The code that shows the stream sample format has been improved + The rnnoise library is now optional. This should help package maintainers to build a Debian package. See the issue #1000 for more information. + Our logs now show the source code line where the messages are being printed - Bugfixes: + The "enable effects" checkbox in our window was not being updated when third party programs like pavucontrol moved the stream away from our virtual devices. This should be fixed now. + Fixed a crash that could happen when the maximum autogain history was changed. + Avoid crashes when pw-mididump is running * Thu May 12 2022 Boris Manojlovic <boris@steki.net> - Update to latest release 6.2.5 - Features: + The interface of the pitch plugin was improved + Our application icon is now compatible with desktops that uses QT + Our blocklist code will use the `application.id` tag if the stream sets it + In order to avoid problems with the mouse scroll the entries in the applications list shown in our `Players/Recorders` tab do not show a volume scale anymore. More details about the problem and the solution for it can be found on #1211 and #1427 + When no application is available for display in the `Players/Recorders` a message will be shown to the user + Many translation updates - Bugfixes: + Fixed a bug where EasyEffeects crashed when the number of points displayed in the spectrum was changed while our pipeline was active and the spectrum widget was visible + The pipeline latency value displayed in our window could be wrong in some situations. This was fixed. * Thu Apr 21 2022 Antonio Larrosa <alarrosa@suse.com> - Update to latest release 6.2.4 - Features: + There is a new setting allowing the user to select an inactivity timeout for the pipeline. When no client is playing to or recording from our devices the filters will be unlinked after the timeout is reached. This is done to make sure we do not waste CPU power processing silence. + The autogain plugin now allows the user to select which of the three loudness are used to calculate the geometric mean. + The autogain plugin now allows the maximum history to be set and does not use libebur128 histogram mode anymore. This should avoid the cases where the Integrated loudness gets stuck forever in the same value. + EasyEffects icon has been updated in a way that should make it visible in QT desktops. - Bugfixes: + The command line option that returns the global bypass state is working again. * Wed Feb 02 2022 Boris Manojlovic <boris@steki.net> - Updated to latest release 6.2.3 - Features: + The crossfeed filter should deal better with PipeWire's dynamic latency switches. Jumps in volume level should not happen anymore in these situations. + Support for the next PipeWire release `0.3.44` + The autogain filter should deal better with PipeWire's dynamic latency switches. Jumps in volume level should not happen anymore in these situations. + We added an option that allows the volume and mute state of our virtual devices to be reset when EasyEffects starts. It should help with the cases were our devices are muted by the audio server for unknown reasons. + Better support for computer suspending. + Updated translations - Bugfixes: + Fixed a bug that prevented mono microphones from properly working with EasyEffects + Fixed a bug where trying to create an autoloading profile without having presets caused the application to crash. * Tue Jan 11 2022 Boris Manojlovic <boris@steki.net> - Updated to latest release 6.2.1 - Bugfixes + Fixed a bug where setting a equalizer band quality to zero would lead to an application crash. + More robust parsing to import APO presets saved with comma as thousands separator in central frequency band. - Features + LibAdwaita is used to create some parts of our window and for handling the switching between dark and light themes. + The settings menu has been redesigned using LibAdwaita widgets. + Equalizer APO preset import feature has been improved to apply not only the Bell filter, but also other supported ones (at the moment only the Bandpass filter is not available in LSP plugin). + The Reset All Settings function in our menu should work in Flatpak now. + We have a new option that allows the user to disable our menus autohide. This may help to workaround some bugs Popover menus currently have on gtk4. - Notes + The fmt library is a new dependency https://github.com/fmtlib/fmt. At least while the c++ compilers do not implement its features. This is expected to happen in the next years. + GTKMM and GLIBMM are not a dependency anymore. We now use gtk4 directly. * Sat Dec 04 2021 Boris Manojlovic <boris@steki.net> - Updated to latest release 6.1.5 - Added + It is now possible to combine impulse responses in the Convolver interface. A new impulse file is generated and it should be visible in the impulse list. + Improved x axis drawings in our plots. Now the number of labels is adjusted dynamically depending on our window width. + The documentation has been updated reflecting the new EasyEffects features. Old references about PulseEffects have been removed. The documentation button has been added in the menu section. + The Limiter and the Multiband Compressor plugins can now use an optional external sidechain. + The Autogain plugin now allows the user to select which Loudness is used as reference for the volume correction. + The APO Profile Import feature of Equalizer plugin now parses the "Pre Amplification" parameter. + Optional Cubic Volume can be enabled in General Settings. - Fixed + When a spinbutton is filled with an out of range value, now it is updated with the lowest/highest value rather than resetting to the previous one. + The application window now remembers the maximized state and restores it on the next opening event. + The Spectrum plugin was supposed to enter passthrough whenever it was not visible, but this was happening only when our window was closed. + Improved support for Assistive Technology. + The probes used in some filters like the Compressor and the Limiter were not being relinked after changing the order of the plugins in the pipeline. It should be working now. - dependency + The tbb library is a new dependency https://www.threadingbuildingblocks.org * Sun Oct 03 2021 Boris Manojlovic <boris@steki.net> - updated to latest release 6.1.3 * Prevented a case in which Spectrum were crashing. * Hopefully crashes like the one reported at https://github.com/wwmm/easyeffects/issues/1172 are fixed - cleanup of multiple old requirements (gstreamer ladspa ...) * Mon Sep 20 2021 Boris Manojlovic <boris@steki.net> - removed PR-1159-App-info-UI-management-improved.patch as changes were applied - updated to release 6.1.2 + Improved compatibility with WirePlumber. This is needed to run on systems that decided to use it instead of the built-in PipeWire session manager. More information at https://github.com/wwmm/easyeffects/issues/1144 * Mon Sep 20 2021 Boris Manojlovic <boris@steki.net> - add upstream patch PR-1159-App-info-UI-management-improved.patch * Mon Sep 20 2021 Boris Manojlovic <boris@steki.net> - updated to latest release 6.1.1 - Added: * When trying to add an autoloading profile for a device already in the list its target preset will be updated. This way we can change the profile preset without having to remove and recreating it. * The preset autoloading support implementation was redesigned again. It should work on more hardware now. For more information see issue 1051. * If the Limiter or the Maximizer are set in the last position of the plugin stack, new plugins are added at the second to last position in order to prevent hardware damage on eventually high output level. * Removing an application from the blocklist, its previous enabled state is restored. - Fixed: * Sometimes when removing imported models from the noise reduction plugin the current used model was not properly updated. This should be fixed now. * When editing presets files in an external editor, duplicated entries won't be shown in our presets menu. * Now the blocklist is correctly set when switching presets. * Now the status of the global bypass button is correctly updated when changing plugin stack. * Missing icons on the system should not be shown inside the application info UI (if an application icon could not be shown even if you're sure it's correctly installed, please open an issue). * Some icons not showing in Plasma DE with Breeze icon theme should appear now. * Mon Aug 23 2021 Boris Manojlovic <boris@steki.net> - switch the recommends from ladspa-zam-plugins to lv2-zam-plugins (boo#1189542) * Tue Aug 17 2021 Boris Manojlovic <boris@steki.net> - updated to latest release 6.1.0 - Added + Updated Chinese translation. + Updated Italian translation. + Added support for the compressor parameter Boost Amount + The multiband compressor plugin now uses the stereo multiband compressor plugin from Linux Studio Plugins instead of the one from Calf Studio. + The limiter plugin now uses the stereo limiter plugin from Linux Studio Plugins instead of the one from Calf Studio. + LV2 filters now are spawned in PipeWire graph only when loaded the first time. Once loaded, they remain connected until EasyEffects shutdown. - Fixed + The echo canceller sampling rate is now properly set. + The threshold parameter from the deesser plugin is now saved to the preset file. + Improved band splitting for crystalizer with new default intensity values. + Depending on the input gain or output gain values the corresponding level bars could not be aligned. + When adding more equalizer bands they are set to Bell instead of Off. + Equalizer APO presets loading is now working properly on locales different than C. + Improved linking management between port filter nodes in PipeWire. + The crystalizer plugin signal amplification was too high before. It should be within more reasonable levels now. * Mon Jul 26 2021 Andreas Schwab <schwab@suse.de> - Make use of gold optional and disable it on riscv64 * Wed Jul 21 2021 Boris Manojlovic <boris@steki.net> - removed Recommends handling for -lang package - moved documentation into -docs package - spec cleanup * Sat Jul 17 2021 Boris Manojlovic <boris@steki.net> - updated to latest release 6.0.3 + Transient windows are now propoerly set for some plugins dialogs + the convolver menu is back to the old style + the convolver menu is back to the old style + Italian translation updated + Merge pull request #1019 from Digitalone1/master + only autoload a preset if the device is the current input/output device + Merge branch 'master' of https://github.com/wwmm/easyeffects + improved resampler + Fixed a bug that could make the pitch plugin to not be properly initi… + Updated Dutch translation + Merge pull request #1026 from Vistaus/master + autogain plugin: do not calculate the range twice + using the css opacity property to show/hide the saturation warning icon + fixing the ratio locale in the compressor and get interface + fixing the ratio locale in the deesser interface + fixing the ratio locale in the reverb interface + fixing the ratio locale in the limiter and gate interface + fixing the deesser and gate interface + fixing the compressor interface + fixing the gtkscale locale * Tue Jul 13 2021 Boris Manojlovic <boris@steki.net> - update to latest release 6.0.2 + removal of boost dependencies + removal of gstreamer dependencies + added gtk4 dependencies + for now gcc10 only build + pipewire requirements added * Sat May 15 2021 Konstantin Voinov <kv@kott.no-ip.biz> - Update to version 4.8.5 Added: * Improved compatibility with dconf 0.40. Now our plugins should be enabled when using this version. * Wed Mar 03 2021 Antonio Larrosa <alarrosa@suse.com> - Revert the last change. pulseeffects requires the real pulseaudio so keep the Requires: pulseaudio (boo#1182730). * Thu Feb 25 2021 Antonio Larrosa <alarrosa@suse.com> - Require the pulseaudio-daemon capability instead of the pulseaudio package, so alternative implementations can be used (boo#1182730). * Fri Jan 08 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 2020 andy great <andythe_great@pm.me> - Update to version 4.8.2. * Fix when importing Equalizer APO presets the bands were not being set to the APO mode. - Changelog from 4.8.1. * Blocklist adopted and related command modified as a checkbutton inside the app info ui. * Pulseaudio’s media name property is shown for each application in the Applications section. * Deesser UI redesigned and applied homogeneous property to all plugin UI to get same space between controls and make them fit all the available horizontal space. * Modified Applications row in the left side plugin list to show an icon according to input/output effects while the pipeline global level meter is only shown when something is recording/playing * The feature that shows the last used preset in the preset menu button label was improved. When seeing input effects widget it shows the last used input preset. And when seeing output effects widgets it shows the last used output preset. * New application icon. * Sat Aug 29 2020 Luigi Baldoni <aloisio@gmx.com> - Update to version 4.8.0 Added: * Loudness plugin has been replaced with the new Loudness Compensator by Linux Studio Plugins. * The Stereo Tools and the Maximizer plugins can now be used when applying effects to microphone signals. * New parameters have been added to the following plugins: Compressor, Gate and Limiter. * Plugin user interfaces have been redesigned with checkbutton list and new global output level meter for both output and input pipelines. * The user has now the ability to change the minimum and maximum frequency in the spectrum user interface. * New command line that allows to hide the window when running PulseEffects in service mode. This will allow tray applets to hide our window. * Initial support to Equalizer APO presets. * Improved Slovak and Czech Translations. Removed: * The spectrum scaling feature was removed as it leads to wrong mouse hover values when used https://github.com/wwmm/pulseeffects/issues/733. And fixing this will require the addition of an amount of code complexity that does not seem worth it. Note to packagers: * This release is using GTKMM 3.24 features and Linux Studio Plugins >= `1.1.24`. If you can not use any of these libraries do not upgrade to PulseEffects 4.8.0! * MDA is not needed anymore as optional dependency. version 4.7.3: Added: * PulseEffects now searches for presets in /etc/PulseEffects and directories specified by \$XDG_CONFIG_DIRS environment variable. * Our interface now shows third party Plugins credits. * Each plugin now has a reset button * Improved convolver impulse response files plot * Applications entry now have a blacklist button to make it easier to blacklist an application the user does not want effects to be applied. Fixed: * Fixed a severe memory leak that happened whenever the window was closed. * PulseEffects no longer crashes when an empty or corrupted preset is provided. * Fixed laxity setting not being applied in the deesser - Fixes boo#1171896 * Wed May 20 2020 Luigi Baldoni <aloisio@gmx.com> - Update to version 4.7.2 Added: * Compatibility to Linux Studio Plugins `1.1.14` * The convolver plugin now accepts the wav extension in the impulse files. * Checking exceptions in the main function. * Headers deprecated in Boost 1.72 were replaced. Notes to package maintainers: * As the `bypass` property in Linux Studio Plugins `1.1.14` was renamed to `enabled` this new PulseEffects version won't work with older Linux Studio Plugins versions. Although I could add checks and somehow try to support both versions this makes the code ugly. And I think that nowadays upgrading LSP should not be hard. If it is do not upgrade to PE `4.7.2`. - Fixes boo#1171896 * Tue Mar 03 2020 Luigi Baldoni <aloisio@gmx.com> - Spec cleanup - Dropped group tag * Mon Mar 02 2020 andy great <andythe_great@pm.me> -Update to version 4.7.1 (see CHANGELOG.md) * Mon Jan 13 2020 andy great <andythe_great@pm.me> -Fix recommended dependencies to enable all functionalities. -Update to version 4.7.0 (see CHANGELOG.md) * Improved Italian translations. * Do not open the main window when listing the available presets through command line options. This will also help third party tools like https://github.com/boomshop/pulseffectstray * Mon Sep 23 2019 Aaron Stern <ukbeast89@protonmail.com> - Update to version 4.6.8 (see CHANGELOG.md) * It is now possible to set different buffer and latency values for the pulsesrc and the pulsesink plugins. This means that there is more room to reduce the overall latency. Pulsesrc is at the start of the effects pipeline and pulsesink at its end. * Sun Aug 18 2019 Aaron Stern <ukbeast89@protonmail.com> - Update to version 4.6.6 (see CHANGELOG.md) * Thu Jun 20 2019 Luigi Baldoni <aloisio@gmx.com> - Update to version 4.6.4 (see CHANGELOG.md) - Added Recommends for external plugin packages * Tue Feb 12 2019 Luigi Baldoni <aloisio@gmx.com> - Initial package (v4.5.0)
/usr/bin/easyeffects /usr/share/applications/com.github.wwmm.easyeffects.desktop /usr/share/dbus-1/services/com.github.wwmm.easyeffects.service /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.autogain.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.bassenhancer.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.bassloudness.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.compressor.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.convolver.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.crossfeed.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.crystalizer.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.deesser.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.delay.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.echo_canceller.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.equalizer.channel.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.equalizer.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.exciter.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.filter.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.gate.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.limiter.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.loudness.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.maximizer.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.multibandcompressor.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.multibandgate.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.outputlevel.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.pitch.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.reverb.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.rnnoise.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.spectrum.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.stereotools.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.streaminputs.gschema.xml /usr/share/glib-2.0/schemas/com.github.wwmm.easyeffects.streamoutputs.gschema.xml /usr/share/icons/hicolor/scalable/apps/com.github.wwmm.easyeffects.svg /usr/share/icons/hicolor/symbolic/apps/com.github.wwmm.easyeffects-symbolic.svg /usr/share/metainfo/com.github.wwmm.easyeffects.metainfo.xml
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Nov 5 00:52:57 2024