Registry / utility / rnnoise

rnnoise

JSON →
library0.2vcpkgunverified

Recurrent neural network for audio noise reduction

vcpkg install rnnoise
INSTALL
IMPORT
SIG · RNNOISE
R
rnnoise
utilitycppv0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

rnnoise.h
#include <rnnoise.h>

Create and destroy an RNNoise denoising state

#include <rnnoise.h> #include <iostream> int main() { DenoiseState *st = rnnoise_create(nullptr); if (st) std::cout << "RNNoise state created\n"; rnnoise_destroy(st); return 0; }
Debug
Known issues
gotchaThe library uses a C API and expects float audio samples in a specific format
fix
Ensure audio data is provided as 480-sample frames of 16-bit PCM converted to float
affects: *
Upgrade
Version history
0.2latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources

No resource links recorded.

rnnoise — pip install rnnoise · libregistry