Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/rnnoise.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-02-16Add USE_MALLOC define, to toggle the use of malloc() and free() instead of VLAHEADmasterDavide Beatrici
This is required for MSVC.
2021-01-22Correct #endif in rnn.h.Petter Reinholdtsen
2021-01-22Document the APILuca Barbato
2021-01-22Add rnnoise_get_frame_size()Luca Barbato
It provides a mean to know how many samples are processed at time.
2021-01-22Drop unused arguments from README (#103)Danielius Visockas
Match wording given by usage.
2021-01-18fix inclusion of rnnoise.h into C++ codeJohannes Schultz
2021-01-18Document in the README the authorative source for the code.Petter Reinholdtsen
2021-01-18docs: fix simple typo, delares -> declaresTim Gates
There is a small typo in src/kiss_fft.c. Should read `declares` rather than `delares`.
2020-06-28rename TRAINING -> TRAINING-README for case insensitive file systemPeng Yu
2020-06-28Update celt_lpc.ctangshi
2020-06-28Access files in binary modeTimTim
2019-05-29Removing the long since broken non-SMOOTH_BANDS mode.Gregor Richards
2019-05-29Adding instructions on training.Gregor Richards
2019-05-29Updated READMEGregor Richards
2019-05-29Neural network model filesGregor Richards
Extending the neural network dumper to dump to a simple text file format, and adding reader functions to read a neural network description from a FILE *.
2019-05-29Made dump_rnn output in nu format.Gregor Richards
2019-05-29Fix some warningsGregor Richards
2019-05-29Modularizing the RNN modelGregor Richards
2017-10-18Limiting the gain decayJean-Marc Valin
2017-10-04Update READMEJan
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-09-21Features #17Jean-Marc Valin
2017-09-17features #16Jean-Marc Valin
2017-09-16features #15Jean-Marc Valin
2017-09-15features #14Jean-Marc Valin
2017-09-15features #13Jean-Marc Valin
2017-09-14features #12Jean-Marc Valin
2017-09-14Output VAD probJean-Marc Valin
2017-09-08Removing delayJean-Marc Valin
2017-09-08New features (#9)Jean-Marc Valin
Also, adding an error^4 term to the loss function
2017-09-03fix leak in exampleJean-Marc Valin
2017-09-02CleanupJean-Marc Valin
2017-09-02Adding a real READMEJean-Marc Valin
2017-08-20don't need this fileJean-Marc Valin
2017-08-20Retraining with features #8 (robust to low-passing)Jean-Marc Valin
2017-08-18features #8Jean-Marc Valin
2017-08-18features #7Jean-Marc Valin
2017-08-18preventing extreme valuesJean-Marc Valin
2017-08-18Adding build systemJean-Marc Valin
2017-08-16Adds pitch filteringJean-Marc Valin
2017-08-15minor refactoringJean-Marc Valin
2017-08-15split off analysis from featuresJean-Marc Valin
2017-08-15Wip (refactoring)Jean-Marc Valin
2017-08-15still refactoringJean-Marc Valin
2017-08-15More refactoringJean-Marc Valin
2017-08-15RefactoringJean-Marc Valin
2017-08-14constraining the weights to +/- 0.5 so they can be quantized with 8 bitsJean-Marc Valin
2017-08-08Initial weightsJean-Marc Valin
2017-08-07temporary compile scriptJean-Marc Valin
Will have a makefile at some point
2017-08-07Differences between training and running the denoisingJean-Marc Valin
2017-08-07features #6Jean-Marc Valin