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-09-02Fixes vnni macro redefinition with clangMichael Klingbeil
2023-09-01renamed ShapeNet to NoLACEJan Buethe
2023-08-10Changing DRED exp. ID so we can reserve 127Jean-Marc Valin
2023-08-10Don't allocate DRED bits if we don't have enoughJean-Marc Valin
2023-08-10Making it easier to remove DRED experimental IDJean-Marc Valin
2023-08-08improved auto-scaling in wexchangeJan Buethe
2023-08-04Add fwgan_load_model()Jean-Marc Valin
2023-08-04int version for convenienceJean-Marc Valin
2023-08-04Adding some commentsJean-Marc Valin
2023-08-04Continuation now workingJean-Marc Valin
2023-08-03More scaling/filtering to run_fwgan_subframe()Jean-Marc Valin
2023-08-03More FWGAN refactoringJean-Marc Valin
2023-08-03FWGAN refactoringJean-Marc Valin
2023-08-03Applying continuation after first subframeJean-Marc Valin
2023-08-02Avoid sin()/cos() calls for pitch referenceJean-Marc Valin
2023-08-02Don't compute linear activation in-placeJean-Marc Valin
2023-08-02Add FWGAN to lpcnet_demoexp-fwgan10Jean-Marc Valin
2023-08-02C implementation of FWGANJean-Marc Valin
2023-08-02Skeleton for FWGAN codeJean-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-08-01updated dump_model_weights.pyJan Buethe
2023-08-01added FWGAN weight dumping codeJan Buethe
2023-08-01updadet wexchange version numberJan Buethe
2023-08-01added .copy() to weights in wexchangeJan Buethe
2023-08-01added auto-scaling to wexchangeJan Buethe
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