rnnoise-windows icon indicating copy to clipboard operation
rnnoise-windows copied to clipboard

This is a RNNoise windows demo. It was modified and restructured so that it can be compiled with MSVC, VS2017, VS2019.

Results 9 rnnoise-windows issues
Sort by recently updated
recently updated
newest added

Hi, how to make this work real-time, like input 480 (10ms), out 480 (10ms)

I create new rnn_data.c through a README. I want rnnoise .wav file using rnn_data.c but I don't know how to make it. Thank you for your answer.

Add DLL export project for rnnoise-windows. You can run the project and capture the DLL version rnnoise lib.

I try to use 16K wav file as program input, then transcoded to 16k output, tut the noise reduction effect is poor

I have built an executable using the **original** RNNoise code on Windows, but when executing it, it didn't work (I only obtain a noisy output). Your code on the other...

When I use src/complie.sh to constract a denoise_training tool. # I found that when I run the following in linux: ./denoise_training TRAIN_DR1_MRDD0_SI1680.WAV n95.wav 10000 feature.dat There is an error: ![image](https://user-images.githubusercontent.com/44538227/67198064-be4f8200-f430-11e9-97f1-55019bda1d5b.png)...

Can someone please explain how to train it with a new speech and noise file

The original project has BSD-3-Clause license, but this repo doesn't mention any license. If it is not open source, please clearly state it. Thanks in advance.

When i try to train my feature.dat by bin2hdf5.py Something error was happened: ValueError: cannot reshape array of size 8716799 into shape (50000,87) I'm a beginner so i want to...