RNNoise Extension
RNNoise is an open-source noise suppression library, designed to filter out background noise from audio signals in real-time. It combines traditional signal processing techniques with machine learning, specifically leveraging a recurrent neural network (RNN) to distinguish between speech and noise.
The library is lightweight, efficient, and optimized for real-time applications, making it suitable for use in environments like video conferencing, VoIP, and other audio communication systems. RNNoise is particularly notable for its ability to perform noise suppression without requiring extensive computational resources, making it ideal for embedded systems and low-power devices.
NoiseFilter Node
The noise filter node uses RNNoise to filter out background noise from the audio signal.
Configuration
This object does not provide any configuration options.
Values
Name | Type | Description |
---|---|---|
enabled | Boolean | Whether the filter is enabled. |
Actions
This object does not provide any actions.
Events
This object does not provide any events.
Download
You can find the download links for this extension on our Downloads page.