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

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-21Remove run-time code for old TF2 modelsexp_plc_fix5Jean-Marc Valin
2024-01-21Using PyTorch model (same architecture for now)Jean-Marc Valin
2023-12-20Merge LACE/NoLACE under OSCE frameworkopus-ng-lace-integration5Jan Buethe
2023-11-17Adding RTCD for compute_conv2d()Jean-Marc Valin
2023-11-16Adding RTCD for compute_activation()exp_dnn_rtcd6Jean-Marc Valin
2023-11-16Adding RTCD for DNN codeJean-Marc Valin
2023-10-21Stop using tansig_table.h (both copies)Jean-Marc Valin
2023-10-21nnet.h no longer needs to #include "vec.h"Jean-Marc Valin
2023-10-20Remove unneeded functions in nnet.cJean-Marc Valin
2023-10-20Unroll the 3x3 convolution caseJean-Marc Valin
2023-10-17Fix testsJean-Marc Valin
2023-10-17Finish removing LPCNetJean-Marc Valin
2023-10-15minor tweaksJean-Marc Valin
2023-10-15Remove LPCNet from the buildJean-Marc Valin
2023-10-14C implementation of FARGANJean-Marc Valin
2023-10-06Switching to neural pitch estimatorJean-Marc Valin
2023-10-02Using a DenseNet for DREDJean-Marc Valin
2023-10-01First version of pitch DNN C codeJean-Marc Valin
2023-10-01Code for 2D convolutionJean-Marc Valin
2023-08-02Don't compute linear activation in-placeJean-Marc Valin
2023-08-02C implementation of FWGANJean-Marc Valin
2023-08-02Handle float matrices with multiple of 8 rowsJean-Marc Valin
2023-08-02Add Gated Linear Unit (GLU)Jean-Marc Valin
2023-07-28Add compute_generic_dense()Jean-Marc Valin
2023-07-28New compute_generic_conv1d()Jean-Marc Valin
2023-07-20Transition to LinearLayer and remove unused codeJean-Marc Valin
2023-07-20Add generic linear layerJean-Marc Valin
2023-07-20Remove unused codeJean-Marc Valin
2023-06-28No longer need to #include "common.h"Jean-Marc Valin
2023-06-23Replacing RNN_ macros with existing OPUS_ onesJean-Marc Valin
2023-06-22Remove trailing whitespace in dnnMarcus Asteborg
2023-05-23Use pragma message instead of warning on MSVCxnorpx
2022-10-21removed compute_dense function (conflict with opus mlp)Jan Buethe
2022-10-21refactoringJan Buethe
2022-10-18first attempt of C implementation of fec encoder (not tested yet due to NEON/...Jan Buethe
2022-02-03Avoiding tmp buffer overflowsJean-Marc Valin
2022-01-25Avoiding symbol clashes with OpusJean-Marc Valin
2022-01-25Fix warningsJean-Marc Valin
2022-01-25Add swish activation supportJean-Marc Valin
2022-01-20Making codebase C90-compliantJean-Marc Valin
2021-11-11Using KISS99 (taken from Daala) as RNGJean-Marc Valin
2021-09-02Fix signed-unsigned biasesJean-Marc Valin
2021-09-02Using 8-bit recurrent weights for GRU BJean-Marc Valin
2021-07-16Support for sparse GRU B input matricesJean-Marc Valin
2021-07-15Pre-compute GRU B conditioningJean-Marc Valin
2021-07-10Sampling directly from the logitJean-Marc Valin
2021-07-10Minor optimization: merging all 3 embeddingsJean-Marc Valin
2021-07-10Cleaning up the sparse GRUJean-Marc Valin
2021-07-10Representing output pdf as binary probability treeJean-Marc Valin
2021-07-01Using a bisection search for samplingJean-Marc Valin