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

https://github.com/snowlyg/rnnoiseandroidplugin


https://github.com/snowlyg/rnnoiseandroidplugin

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# RnnoiseAndroidPlugin

## How to use

```
git clone https://github.com/snowlyg/RnnoiseAndroidPlugin.git --depth=1

cd RnnoiseAndroidPlugin
./make.sh

cd example & \
go build -o denoise main.go

./denoise origin.wav
```

## use for android

[RnnoiseAndroidPlugin](https://github.com/snowlyg/RnnoiseAndroidPlugin.git)

### mp4 to wav

```
ffmpeg -i -ac 2 -f wav
```

## build for windows

```
cd build/windows \
rm -rf build_windows \
mkdir build_windows \
cd build_windows \
cmake -DCMAKE_BUILD_TYPE=Release ..
make
```