Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gsgou/rnnoisesharp

This Xamarin library provides .NET wrappers for rnnoise allowing you to use it on Android and iOS.
https://github.com/gsgou/rnnoisesharp

rnnoise rnnoise-wrapper xamarin

Last synced: 4 months ago
JSON representation

This Xamarin library provides .NET wrappers for rnnoise allowing you to use it on Android and iOS.

Awesome Lists containing this project

README

        

RNNoiseSharp
======================

[![NuGet Badge]][Nuget]

rnnoise is a noise suppression library based on a recurrent neural network.

This Xamarin library provides .NET wrappers for [rnnoise] allowing you to use it on Android and iOS.

Usage
=====

It operates on RAW 16-bit (machine endian) mono PCM files sampled at 48 kHz.

An example app is located in the `Sample` directory and includes examples of common tasks.

License
=======

I am not associated with [rnnoise].

All rights belong to their respective owners.

**RNNoiseSharp** is licensed under [BSD-3-Clause]

[BSD-3-Clause]: https://licenses.nuget.org/BSD-3-Clause
[Nuget Badge]: https://buildstats.info/nuget/RNNoiseSharp
[Nuget]: https://www.nuget.org/packages/RNNoiseSharp
[rnnoise]: https://gitlab.xiph.org/xiph/rnnoise