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-08-01Add pre-emphasis filter before LPC filterexp-fwgan2Jean-Marc Valin
2023-08-01Delay gain by one subframeJean-Marc Valin
2023-07-31Fixes GLU for framewise convolutionsJean-Marc Valin
2023-07-31double-precision phase to make debugging easierJean-Marc Valin
2023-07-31Concat embedding and conditioning in right orderJean-Marc Valin
2023-07-31Add correlation offset to match Python codeJean-Marc Valin
2023-07-31Fix corr featureJean-Marc Valin
2023-07-31Fix conditioning sizeJean-Marc Valin
2023-07-31Use correct LPC weighting gamma valueJean-Marc Valin
2023-07-31Use correct output scalingJean-Marc Valin
2023-07-31Handle float matrices with multiple of 8 rowsJean-Marc Valin
2023-07-31actual zerosJean-Marc Valin
2023-07-31buffer overflow fixJean-Marc Valin
2023-07-31Fix more assertsJean-Marc Valin
2023-07-31Oops, forgot to do the continuationJean-Marc Valin
2023-07-31Add FWGAN to lpcnet_demoJean-Marc Valin
2023-07-31Fix assertJean-Marc Valin
2023-07-31Add weights loadingJean-Marc Valin
2023-07-30C implementation of FWGANJean-Marc Valin
2023-07-29Skeleton for FWGAN codeJean-Marc Valin
2023-07-29Add Gated Linear Unit (GLU)Jean-Marc Valin
2023-07-29fixed wexchange for GRUs without biasJan Buethe
2023-07-29Fixes weights parsing with DISABLE_DEBUG_FLOATJean-Marc Valin
2023-07-28Switch RDO-VAE decoder to LinearLayerJean-Marc Valin
2023-07-28Make RDOVAE encoder use LinearLayer directlyopus-ng-linear4Jean-Marc Valin
2023-07-28Support for dumping LinearLayer in weight-exchangeJan Buethe
2023-07-28oops, fix linear_init()Jean-Marc Valin
2023-07-28Add compute_generic_dense()Jean-Marc Valin
2023-07-28New compute_generic_conv1d()Jean-Marc Valin
2023-07-28Add int8 typeJean-Marc Valin
2023-07-25added dataset for SILK to LPCNet feature conversionJan Buethe
2023-07-24Make float_weights optionalJean-Marc Valin
2023-07-24Make bias/subias/diag/scale optionalJean-Marc Valin
2023-07-23Add loading for LinearLayerJean-Marc Valin
2023-07-23clean-upJan Buethe
2023-07-23added copyright headersJan Buethe
2023-07-23added verbose option to run_test.pyJan Buethe
2023-07-23replaces multiprocessing module by multiprocess module in testsuiteJan Buethe
2023-07-23added matplotlib to testsuite requirements (needed by librosa)Jan Buethe
2023-07-22added ShapeNet and ShapeUp48 modelsJan Buethe
2023-07-22removed whitespaceJan Buethe
2023-07-22added testsuiteJan Buethe
2023-07-22added weight-exchange libraryJan Buethe
2023-07-22Always define USE_SU_BIAS in vec_avx.hJean-Marc Valin
2023-07-22Add SSE2 supportJean-Marc Valin
2023-07-22Refactoring to make VNNI and SSE2 easierJean-Marc Valin
2023-07-22neon related alignment requirement warning fixopus-ng-neonwarningfixJan Buethe
2023-07-20Merge branch 'dred_bitrate4' into opus-ngJean-Marc Valin
2023-07-20Transition to LinearLayer and remove unused codeJean-Marc Valin
2023-07-20Add generic linear layerJean-Marc Valin