Unclaimed Project Is this your project? Claim it to unlock full analytics and manage your listing.
Claim This Project

Unity Project

Built with Unity 2021.3.35f1 · download the source from GitHub

RNNoise4Unity

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!