5 Commits

Author SHA1 Message Date
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
kn
e7411f37c1 Remove RCSIDs from ports I maintain 2022-03-10 12:03:30 +00:00
kn
35f71c0b1c Replace "unknown" version in rnnoise.pc with package version
Ports still pick up rnnoise just fine, but we can do better.


Remove NO_TEST=Yes while here:  tests are empty and don't fail, but this
might change in the future.

NO_TEST reminder from sthen
2021-12-16 00:29:56 +00:00
kn
0775822972 Disable docs to avoid picking up doxygen
From/OK jca
2021-12-15 23:10:54 +00:00
kn
ad00fd7811 Import audio/rnnoise 0.0.0.20210312
It is a dependency of an upcoming port, but it will also be picked up by
audio/mumble to enable optional noise suppression there as well.

Feedback sdk tb phessler
OK sdk
---
RNNoise is a noise suppression library based on a recurrent neural network.
A description of the algorithm is provided in the following paper:

J.-M. Valin, A Hybrid DSP/Deep Learning Approach to Real-Time Full-Band Speech
Enhancement, Proceedings of IEEE Multimedia Signal Processing (MMSP) Workshop,
arXiv:1709.08243, 2018.
https://arxiv.org/pdf/1709.08243

While it is meant to be used as a library, the code for a simple command-line
tool is provided as an example. It operates on RAW 16-bit (machine endian) mono
PCM files sampled at 48 kHz.
2021-12-15 22:24:32 +00:00