Commit graph

27 commits

Author SHA1 Message Date
Jean-Marc Valin
bd23d9115b
Continuation now working
Added required filtering/delay/memory to get continuation
2023-08-04 01:20:21 -04:00
Jean-Marc Valin
bf5eb5bf8d
Add FWGAN to lpcnet_demo 2023-08-01 19:19:14 -04:00
Jean-Marc Valin
178672ed18
Silencing some warnings 2023-06-28 17:16:53 -04:00
Jean-Marc Valin
f9f35904f4
No longer need to #include "common.h" 2023-06-27 17:13:06 -04:00
Jean-Marc Valin
9f4fc8bbfa
Replacing RNN_ macros with existing OPUS_ ones 2023-06-23 00:02:12 -04:00
Jean-Marc Valin
b64a89feca
Using opus_int16 instead of short in LPCNet code 2023-06-22 18:07:26 -04:00
Jean-Marc Valin
ab6f93ad30
Remove LPCNet's copy of arch.h 2023-06-22 01:23:02 -04:00
Jean-Marc Valin
07bb3f01b4
cleanup: get rid of non-causal PLC and DC handling 2023-06-22 00:58:25 -04:00
Jean-Marc Valin
247e6a587c
Remove support for LPCNet quantization 2023-06-22 00:58:24 -04:00
Jean-Marc Valin
ec6e42ba3d misc fixes 2023-05-31 15:58:11 -04:00
Jean-Marc Valin
fa7b432eed Initial blob loading support 2023-05-28 01:57:30 -04:00
Jean-Marc Valin
580614f062 Make the code C90-compliant 2023-05-17 04:09:04 -04:00
Jan Buethe
ea722db29e added -addlpc option to lpcnet_demo 2023-02-21 20:22:03 +01:00
Jean-Marc Valin
ea405cc684 Add delay-compensation for non-causal PLC 2022-02-21 22:52:39 -05:00
Jean-Marc Valin
a7b2420300 Setting PLC options at run-time
Causal vs non-causal, DC filter, and blending are now configurable
2022-02-21 21:36:08 -05:00
Jean-Marc Valin
9297fe52ee Add -plc_file option 2022-02-09 00:51:44 -05:00
Jean-Marc Valin
5d32ab8f3a optional bi-directional concealment 2022-02-06 01:14:03 -05:00
Jean-Marc Valin
dc539a9ce9 WIP non-causal PLC 2022-02-05 22:57:53 -05:00
Jean-Marc Valin
969bd7662f Adding API for PLC
Packet loss concealment based on LPCNet (work in progress)
2022-01-19 17:07:10 -05:00
Jean-Marc Valin
3b8d64d746 single-frame features for -features option 2021-09-15 16:02:54 -04:00
Jean-Marc Valin
cba0ecd483 Fix warnings about ignoring fread() return value 2021-08-02 19:02:29 -04:00
Jean-Marc Valin
6585843237 Removing the unused features
Down to 20 features
2021-07-29 03:20:59 -04:00
Jean-Marc Valin
1f45081548 Implement -feature option 2019-03-28 10:54:33 -04:00
Jean-Marc Valin
77d02dbd2f Using macros for sizes in the demo 2019-03-27 14:12:52 -04:00
Jean-Marc Valin
9f78e58392 Make param ordering consistent for lpcnet_synthesize() 2019-03-27 14:06:46 -04:00
Jean-Marc Valin
2c0e96796e Fixing dynamic libraries 2019-03-18 21:53:28 -04:00
Jean-Marc Valin
54bd6208a6 Adding lpcnet_demo 2019-03-18 16:50:39 -04:00