Commit graph

17 commits

Author SHA1 Message Date
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
Marcus Asteborg
f36685fc97
Remove trailing whitespace in dnn 2023-06-22 13:58:37 -07:00
Jean-Marc Valin
5282f0260b Avoiding potential for clashing symbols
also leading underscore in _lpcnet_lpc() wasn't a good idea
2023-06-12 18:57:20 -04:00
Jean-Marc Valin
580614f062 Make the code C90-compliant 2023-05-17 04:09:04 -04:00
Jean-Marc Valin
1074e5f03b Properly handle constant tables
LPCNet code should now be fully reentrant
2023-05-16 01:07:44 -04:00
Michael Klingbeil
a81a620d99 Remove unused variable that was causing warnings 2023-05-10 03:09:57 -04:00
Jean-Marc Valin
60450472a6 Merge branch 'plc_challenge' into master 2022-09-07 00:38:55 -04:00
janpbuethe
920300c546 Add lpc weighting and model parameter handling
Model now stores LPC gamma, look-ahead, and end-to-end.
Parameters aren't quite reliable yet, YMMV
2022-09-06 23:14:39 -04:00
Jean-Marc Valin
2e18f0d160 Using Burg cepstrum for feature prediction 2022-02-04 22:04:23 -05:00
Jean-Marc Valin
b93dbfc0bc Adding Burg spectral estimation code 2022-02-03 00:28:23 -05:00
Jean-Marc Valin
227537c994 Avoiding more symbol clashes with Opus 2022-01-25 00:08:27 -05:00
Jean-Marc Valin
805fed733a Fix warnings 2022-01-24 16:33:32 -05:00
Jean-Marc Valin
a3300d7b24 Fix bias in LPC spectrum 2019-04-10 21:13:44 -04:00
Jean-Marc Valin
12f16df6b7 More work on making freq.[ch] more generic 2018-12-13 17:40:05 -05:00
Jean-Marc Valin
fb3112ade6 Removing most of the full-overlap assumptions from freq.[ch] 2018-12-13 15:42:11 -05:00
Jean-Marc Valin
590e9ce41d Move the common functions from dump_data.c to freq.c 2018-12-11 16:28:50 -05:00