summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-06-19Fix coverity issue (Uninitialized pointer read)tizen_9.0_m2_releasetizen_8.0_m2_releaseaccepted/tizen/unified/dev/20230726.115318accepted/tizen/unified/20230629.132050accepted/tizen/9.0/unified/20241030.232528accepted/tizen/8.0/unified/20231005.095517tizen_9.0tizen_8.0tizenaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unifiedaccepted/tizen_8.0_unifiedJaechul Lee2-3/+5
[Version] 0.0.4 [Issue Type] Coverity Change-Id: Ibc940271aab502ed155c67036daac2cf3c6a72aa Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
2023-04-11Add rpm packaging filesaccepted/tizen/unified/20230608.164316Jaechul Lee3-0/+72
Change the package name and exclude unnecessary files The date information in the package name was cut off. Files are excluded such as AUTHORS, COPYING, and README Change-Id: Ifca82c1fee45af783722d31e7b46ce409226f230 Signed-off-by: Jaechul Lee <jcsing.lee@samsung.com>
2021-01-22Correct #endif in rnn.h.v0upstream/masterPetter Reinholdtsen1-1/+1
2021-01-22Document the APILuca Barbato1-0/+40
2021-01-22Add rnnoise_get_frame_size()Luca Barbato2-0/+6
It provides a mean to know how many samples are processed at time.
2021-01-22Drop unused arguments from README (#103)Danielius Visockas1-1/+1
Match wording given by usage.
2021-01-18fix inclusion of rnnoise.h into C++ codeJohannes Schultz1-0/+7
2021-01-18Document in the README the authorative source for the code.Petter Reinholdtsen1-0/+4
2021-01-18docs: fix simple typo, delares -> declaresTim Gates1-1/+1
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 Yu1-0/+0
2020-06-28Update celt_lpc.ctangshi1-1/+1
2020-06-28Access files in binary modeTimTim1-2/+2
2019-05-29Removing the long since broken non-SMOOTH_BANDS mode.Gregor Richards1-33/+0
2019-05-29Adding instructions on training.Gregor Richards2-2/+13
2019-05-29Updated READMEGregor Richards1-2/+2
2019-05-29Neural network model filesGregor Richards4-10/+200
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 Richards1-19/+23
2019-05-29Fix some warningsGregor Richards4-34/+19
2019-05-29Modularizing the RNN modelGregor Richards7-47/+88
2017-10-17Limiting the gain decayJean-Marc Valin1-0/+6
2017-10-04Update READMEJan1-0/+1
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2017-09-20Features #17Jean-Marc Valin2-10948/+10951
2017-09-17features #16Jean-Marc Valin1-2/+9
2017-09-15features #15Jean-Marc Valin1-2/+2
2017-09-15features #14Jean-Marc Valin1-1/+1
2017-09-15features #13Jean-Marc Valin1-0/+1
2017-09-14features #12Jean-Marc Valin1-11/+21
2017-09-13Output VAD probJean-Marc Valin2-3/+4
2017-09-08Removing delayJean-Marc Valin1-1/+3
2017-09-08New features (#9)Jean-Marc Valin3-10943/+10943
Also, adding an error^4 term to the loss function
2017-09-02fix leak in exampleJean-Marc Valin1-0/+1
2017-09-01CleanupJean-Marc Valin1-21/+0
2017-09-01Adding a real READMEJean-Marc Valin1-1/+16
2017-08-20don't need this fileJean-Marc Valin1-1/+0
2017-08-20Retraining with features #8 (robust to low-passing)Jean-Marc Valin1-10939/+10939
2017-08-18features #8Jean-Marc Valin1-1/+8
2017-08-18features #7Jean-Marc Valin1-0/+9
2017-08-18preventing extreme valuesJean-Marc Valin1-0/+6
2017-08-17Adding build systemJean-Marc Valin13-33/+854
2017-08-16Adds pitch filteringJean-Marc Valin1-7/+44
2017-08-15minor refactoringJean-Marc Valin1-4/+6
2017-08-15split off analysis from featuresJean-Marc Valin1-13/+16
2017-08-15Wip (refactoring)Jean-Marc Valin1-15/+15
2017-08-14still refactoringJean-Marc Valin1-36/+32
2017-08-14More refactoringJean-Marc Valin1-47/+43
2017-08-14RefactoringJean-Marc Valin1-8/+8
2017-08-14constraining the weights to +/- 0.5 so they can be quantized with 8 bitsJean-Marc Valin4-10971/+10992
2017-08-08Initial weightsJean-Marc Valin3-15/+11082
2017-08-07temporary compile scriptJean-Marc Valin1-0/+3
Will have a makefile at some point
2017-08-07Differences between training and running the denoisingJean-Marc Valin1-4/+8