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-12-15use opus_(re)alloc and opus_free for dnn and DRED related functionsopus-ng-fix-allocMichael Klingbeil
2023-06-23Replacing RNN_ macros with existing OPUS_ onesJean-Marc Valin
2023-06-23Using opus_int16 instead of short in LPCNet codeJean-Marc Valin
2023-06-22Remove trailing whitespace in dnnMarcus Asteborg
2023-06-22remove LPCNET_EXPORTJean-Marc Valin
2023-06-22Remove support for LPCNet quantizationJean-Marc Valin
2023-06-07Don't use the VQ codebooks when building OpusJean-Marc Valin
2023-06-01Add reset functions that don't clear the modelJean-Marc Valin
2023-05-28Initial blob loading supportJean-Marc Valin
2023-05-24Fix some of C4244 double to float warningsxnorpx
2023-05-20Add validation for weights blobJean-Marc Valin
2023-05-20Defer calls to run_frame_network() to save CPUJean-Marc Valin
2023-05-17Make the code C90-compliantJean-Marc Valin
2023-05-17Use new model structJean-Marc Valin
2023-01-28Skip sample rate update on received packetsJean-Marc Valin
2022-09-16Fix causal PLC for models with non-zero lookaheadJean-Marc Valin
2022-09-07Merge branch 'plc_challenge' into masterJean-Marc Valin
2022-09-07Add lpc weighting and model parameter handlingjanpbuethe
2022-02-16Making state update more robust to discontinuitiesJean-Marc Valin
2022-02-03Avoiding tmp buffer overflowsJean-Marc Valin
2022-01-25Avoiding symbol clashes with OpusJean-Marc Valin
2022-01-20Making codebase C90-compliantJean-Marc Valin
2022-01-20Adding API for PLCJean-Marc Valin
2021-11-11Using KISS99 (taken from Daala) as RNGJean-Marc Valin
2021-10-30Fix the "no lookahead" caseJean-Marc Valin
2021-10-21Don't hardcode the number of bandsJean-Marc Valin
2021-08-18Refactoring frame rate networkJean-Marc Valin
2021-08-13Remove some useless buffersJean-Marc Valin
2021-08-03Sharing conditioning network with LPCJean-Marc Valin
2021-08-03Adds end-to-end LPC trainingKrishna Subramani
2021-07-29Removing the unused featuresJean-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-10Representing output pdf as binary probability treeJean-Marc Valin
2021-01-16Fix quantization bug where pitch can get too lowJean-Marc Valin
2020-08-17Initialize excitation memory value to unquantized 0Marcus Asteborg
2019-03-27Make param ordering consistent for lpcnet_synthesize()Jean-Marc Valin
2019-03-20Remove hack to match Python codeJean-Marc Valin
2019-03-19Fixing dynamic librariesJean-Marc Valin
2019-03-18Add LPCNet decoder objectJean-Marc Valin
2019-03-18Moving LPCNetStateJean-Marc Valin
2019-01-24fix warningJean-Marc Valin
2019-01-22Avoid glitch at the beginningJean-Marc Valin
2019-01-18Remove useless (and possibly hurtful) residual connectionJean-Marc Valin
2018-12-28refactoringJean-Marc Valin
2018-12-15Properly delaying the pitch gainJean-Marc Valin
2018-12-12Moving the frame out of lpcnet.c and into test_lpcnet.cJean-Marc Valin
2018-12-11Error messagesDavid Rowe
2018-12-10Fix flooring of the pitch periodJean-Marc Valin