libspecbleach
C library for audio noise reduction and other spectral effects
This package provides a C library for audio noise reduction and other spectral effects. It is based on the algorithms that were used in noise-repellent. These were extracted into a this standalone library to remove the lv2 dependency. It uses the concept of a spectral processor which itself uses a STFT to process the audio.
- Versions: 0.1.6
- Website: https://github.com/lucianodato/libspecbleach
- Licenses: LGPL 2.1+
- Package source: gnu/packages/audio.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of libspecbleach as follows:
guix install libspecbleach
Or install a particular version:
guix install libspecbleach@0.1.6
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of libspecbleach about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/libspecbleach'><img src='https://packages.guix.gnu.org/packages/libspecbleach/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/libspecbleach)
Example Org:
[[https://packages.guix.gnu.org/packages/libspecbleach][https://packages.guix.gnu.org/packages/libspecbleach/badges/latest-version.svg]]