Skip to content

adrenak/RNNoise4Unity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

RNNoise UPM package for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages