RNNoise4Unity
RNNoise4Unity integrates RNNoise audio denoising into Unity projects, providing real-time noise suppression for audio input. The package includes native libraries for Android, iOS, and Windows, enabling developers to easily implement professional-grade audio noise reduction in games and applications.
Unity Project
Built with Unity 2021.3.35f1 · download the source from GitHub

Dependencies (34)
README
RNNoise4Unity
Unity UPM package for RNNoise audio denoising. Includes native libraries for Android, iOS and Windows.
This package has been put together using the following repositories:
Installation
Ensure you have the NPM registry in the packages.json file of your Unity project with com.adrenak.rnnoise4unity as one of the scopes
"scopedRegistries": [
{
"name": "npmjs",
"url": "https://registry.npmjs.org",
"scopes": [
"com.npmjs",
"com.adrenak.rnnoise4unity"
]
}
}
Add "com.adrenak.rnnoise4unity" : "x.y.z" to dependencies list in packages.json file where x.y.z is the version name.
💬 You can see the versions on the NPM page here.
License
BSD 3-Clause
Comments
No comments yet. Be the first!
Sign in to join the conversation
Sign In