Source: rnnoise
Section: libs
Maintainer: Talha Can Havadar <havadartalha@gmail.com>
Build-Depends: debhelper-compat (= 14), autoconf, automake, libtool
Standards-Version: 4.7.4
Homepage: https://gitlab.xiph.org/xiph/rnnoise
Vcs-Browser: https://salsa.debian.org/tchavadar/rnnoise
Vcs-Git: https://salsa.debian.org/tchavadar/rnnoise.git

Package: librnnoise0
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: Recurrent neural network for audio noise reduction (shared library)
 RNNoise is a noise suppression library based on a recurrent neural network.
 It combines classic signal processing with deep learning to perform real-time
 full-band (48 kHz) speech noise suppression, and is small and fast enough to
 run on a Raspberry Pi. It is used by projects such as Mumble, OBS Studio and
 PulseAudio/PipeWire noise-cancellation modules.
 .
 This package contains the shared library.

Package: librnnoise-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librnnoise0 (= ${binary:Version}), ${misc:Depends}
Description: Recurrent neural network for audio noise reduction (development files)
 RNNoise is a noise suppression library based on a recurrent neural network.
 It combines classic signal processing with deep learning to perform real-time
 full-band (48 kHz) speech noise suppression, and is small and fast enough to
 run on a Raspberry Pi. It is used by projects such as Mumble, OBS Studio and
 PulseAudio/PipeWire noise-cancellation modules.
 .
 This package contains the C header and the pkg-config file needed to build
 applications against RNNoise.
