• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

rnn_vad_gn/H03-May-2022-197135

src/H30-Mar-2022-543481

BUILD.gnH A D30-Mar-2022372 1814

COPYINGH A D30-Mar-20221.5 KiB3226

OWNERSH A D30-Mar-202261 43

README.chromiumH A D30-Mar-2022917 3027

README.chromium

1Name: Recurrent neural network for audio noise reduction
2Short Name: rnnoise
3URL: https://github.com/xiph/rnnoise
4Version: 91ef401
5Date: Oct 10, 2017
6Revision:
7License: BSD 3-Clause
8License File: COPYING
9Security Critical: no
10License Android Compatible:
11
12Description:
13RNNoise is a noise suppression library based on a recurrent neural network.
14The library is used for speech processing in WebRTC.
15
16Local Modifications:
17* Only retaining COPYING and from src/ the following files:
18 - kiss_fft.c, kiss_fft.h
19 - rnn.c
20 - rnn_data.c
21 - tansig_table.h
22* KissFFT: non-floating point parts removed, code clean, from C to C++,
23  class wrapper added
24* BUILD targets and KissFFT unit tests added
25* rnn_vad_weights.h: output layer sizes + weights scaling factor
26* removing unwanted extern from constants in rnn_vad_weights.h and using
27  constants to declare array sizes
28* Add braces around arrays in unit test.
29* KissFFT removed
30