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 (Expand)Author
2021-02-16Add USE_MALLOC define, to toggle the use of malloc() and free() instead of VLAHEADmasterDavide Beatrici
2021-01-22Correct #endif in rnn.h.Petter Reinholdtsen
2021-01-22Document the APILuca Barbato
2021-01-22Add rnnoise_get_frame_size()Luca Barbato
2021-01-22Drop unused arguments from README (#103)Danielius Visockas
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
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
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
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
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
2017-08-07Differences between training and running the denoisingJean-Marc Valin
2017-08-07features #6Jean-Marc Valin