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
2023-10-24Slightly more continuous analysisJean-Marc Valin
2023-10-21Removing more useless codeJean-Marc Valin
2023-10-21Stop using tansig_table.h (both copies)Jean-Marc Valin
2023-10-21CleanupJean-Marc Valin
2023-10-21nnet.h no longer needs to #include "vec.h"Jean-Marc Valin
2023-10-20more cleanupJean-Marc Valin
2023-10-20Remove unneeded functions in nnet.cJean-Marc Valin
2023-10-20Quantizing pitchdnn and rdovae weightsJean-Marc Valin
2023-10-20added 16kHz version of opus_compare in pythonJan Buethe
2023-10-20finalized quantization option in export_rdovae_weights.pyJan Buethe
2023-10-20Doing some unrolling on ARM/NeonJean-Marc Valin
2023-10-20Unroll the 3x3 convolution caseJean-Marc Valin
2023-10-19Marking RDOVAE layers to quantizeJean-Marc Valin
2023-10-19prepared quantization implementation for DREDJan Buethe
2023-10-19restructured osce readmeJan Buethe
2023-10-19added LACE/NoLACE checkpoint URLJan Buethe
2023-10-19Support OPUS_SET_COMPLEXITY() on decoder sideJean-Marc Valin
2023-10-19Avoiding work on the PLC update sideJean-Marc Valin
2023-10-19Simplifying the DRED/PLC codeJean-Marc Valin
2023-10-18Don't call the libm tanh()Jean-Marc Valin
2023-10-18Making the build possible without the modelsJean-Marc Valin
2023-10-17Default to int8 matrix multiplies when availableJean-Marc Valin
2023-10-17oopsJean-Marc Valin
2023-10-17Fix testsJean-Marc Valin
2023-10-17Remove references to kiss99Jean-Marc Valin
2023-10-17Finish removing LPCNetJean-Marc Valin
2023-10-16Force Deep PLC on when enabling DREDJean-Marc Valin
2023-10-15update weight blob codeexp_fargan_plc3Jean-Marc Valin
2023-10-15Default Deep PLC/DRED to offJean-Marc Valin
2023-10-15Only compile PLC/DRED conditionallyJean-Marc Valin
2023-10-15Rename ENABLE_NEURAL_FED to ENABLE_DREDJean-Marc Valin
2023-10-15Rename NEURAL_PLC to ENABLE_DEEP_PLCJean-Marc Valin
2023-10-15Fix PLC in opus_demo when DRED is not presentJean-Marc Valin
2023-10-15minor tweaksJean-Marc Valin
2023-10-15Remove LPCNet from the buildJean-Marc Valin
2023-10-15Remove FWGAN from the build for nowJean-Marc Valin
2023-10-14Use FARGAN instead of LPCNet in DRED/PLCJean-Marc Valin
2023-10-14C implementation of FARGANJean-Marc Valin
2023-10-10update fargan to match version 45Jean-Marc Valin
2023-10-08Fix warning from casting between 1D and 2D arraysJean-Marc Valin
2023-10-08Fix misc warningsJean-Marc Valin
2023-10-08Silencing alignment warnings on x86 intrinsicsJean-Marc Valin
2023-10-07updated osce readmeJan Buethe
2023-10-06New model with wider range of bitratesJean-Marc Valin
2023-10-06Switching to neural pitch estimatorJean-Marc Valin
2023-10-02update modelJean-Marc Valin
2023-10-02Using a DenseNet for DREDJean-Marc Valin
2023-10-02Remove unneeded (I think) tanh at the endJean-Marc Valin
2023-10-01First version of pitch DNN C codeJean-Marc Valin
2023-10-01Code for 2D convolutionJean-Marc Valin