mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
RNNoise is a noise suppression library based on a recurrent neural network. Add an upstream post-0.2 patch to fix a build issue. Signed-off-by: Peter Korsgaard <peter@korsgaard.com> [Julien: remove --disable-doc in _CONF_OPTS already in infra] Signed-off-by: Julien Olivain <ju.o@free.fr>
8 lines
168 B
Plaintext
8 lines
168 B
Plaintext
config BR2_PACKAGE_RNNOISE
|
|
bool "rnnoise"
|
|
help
|
|
RNNoise is a noise suppression library based on a recurrent
|
|
neural network.
|
|
|
|
https://github.com/xiph/rnnoise/
|