Percepnet-Keras icon indicating copy to clipboard operation
Percepnet-Keras copied to clipboard

percepnet implemented using Keras, still need to be optimized and tuned.

Results 6 Percepnet-Keras issues
Sort by recently updated
recently updated
newest added

``` pi@raspberrypi:~/Percepnet-Keras $ ./examples/rnnoise_demo street_20db.raw rnnoise1.raw Segmentation fault ``` Is this only on aarch64?

Hi cookcodes! Thanks for sharing your code with us! In the PercepNet paper, there is a scale bands module after pitch filtering which uses the pitch enhanced signal z and...

computer_band_energy() in [Percepnet](https://github.com/jzi040941/PercepNet) is like this: `ERBBand *erb_band = new ERBBand(WINDOW_SIZE, NB_BANDS-2, 0, 20000); void compute_band_energy(float *bandE, const kiss_fft_cpx *X) { int i; float sum[NB_BANDS] = {0}; for (i=0;infftborder[i+1]-erb_band->nfftborder[i]); for...

Hi, thanks for your work, I encounter two problems: 1. I set count as 10000000, and use original 48K speech and noise as dataset. the output looks like this: ```...

Thanks for sharing your code with us! May I ask how to get the parameters in the normalization.h, or what does it mean?

1. As you mention that some performance is worse than rnnoise, can you post some examples ? 2. The DNS-chanllenge dataset is the master branch's fullband data, interspeech2020 or interspeech2021...