Commit graph

22 commits

Author SHA1 Message Date
Jean-Marc Valin
b9e0ea23e0 Fix flooring of the pitch period
Without the 0.1 bias, the rounding error could cause an offset of -1
2018-12-10 11:23:31 -05:00
Jean-Marc Valin
a02d9c85e5 reduce memory use of training code 2018-12-09 22:48:46 -05:00
Jean-Marc Valin
2facc08bb4 Avoid rounding the prediction multiple times 2018-12-09 21:20:36 -05:00
Jean-Marc Valin
f933725677 Chopping silence from the training data 2018-12-09 15:48:11 -05:00
Jean-Marc Valin
91d90676e1 Remove the need for useless exc and pred files 2018-12-01 12:05:23 -05:00
Jean-Marc Valin
d961d009a0 Managing to actually use sparse matrices
Now 2x real-time!
2018-11-28 20:20:17 -05:00
Jean-Marc Valin
70fdf47471 Copyright headers 2018-11-25 13:15:19 -05:00
David Rowe
bf04b53a44 Cleanup
Signed-off-by: Jean-Marc Valin <jmvalin@jmvalin.ca>
2018-10-25 16:19:45 -04:00
Jean-Marc Valin
db7569c3da moving hyper-parameters to new_lpcnet_model() arguments
more cleaning up too
2018-10-24 14:57:34 -04:00
Jean-Marc Valin
5ff58fa117 remove import that no longer exists 2018-10-24 14:09:05 -04:00
Jean-Marc Valin
92281bbe31 s/CELPNet/LPCNet/ 2018-10-23 23:10:41 -04:00
Jean-Marc Valin
7c28191b60 Rename the current files to use the LPCNet name since they're no longer WaveNet 2018-10-22 13:40:54 -04:00
Jean-Marc Valin
97dcf52a01 Remove no longer used files (old wavenet and LPCNet implementations) 2018-10-22 13:40:11 -04:00
Jean-Marc Valin
374ba430c4 stashing stuff here 2018-07-12 18:20:25 -04:00
Jean-Marc Valin
824dbecaec decoder wip 2018-07-09 18:20:52 -04:00
Jean-Marc Valin
06511ba5a4 Add convolution 2018-06-26 22:52:24 -04:00
Jean-Marc Valin
f884d7bf18 add convolution 2018-06-26 17:14:29 -04:00
Jean-Marc Valin
fd9002e98e Adding pitch 2018-06-26 16:40:55 -04:00
Jean-Marc Valin
617e462be3 using features (except pitch gain which has NaNs for now) 2018-06-26 01:31:44 -04:00
Jean-Marc Valin
b65031ef64 excitation model 2018-06-25 16:26:47 -04:00
Jean-Marc Valin
61c6391c21 Importing DSP code from RNNoise 2018-06-24 02:41:36 -04:00
Jean-Marc Valin
c41afe41f0 initial commit 2018-06-21 20:45:54 -04:00