From ee63653fd40e53f559acbc6cf924a230b5e2fff3 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Thu, 28 Mar 2019 11:19:05 -0400 Subject: [PATCH] Update README.md with new paper --- dnn/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dnn/README.md b/dnn/README.md index 7ae2bdfa..879e643b 100644 --- a/dnn/README.md +++ b/dnn/README.md @@ -2,6 +2,8 @@ Low complexity implementation of the WaveRNN-based LPCNet algorithm, as described in: +J.-M. Valin, J. Skoglund, [A Real-Time Wideband Neural Vocoder at 1.6 kb/s Using LPCNet](https://jmvalin.ca/papers/lpcnet_codec.pdf), Submitted for INTERSPEECH 2019. + J.-M. Valin, J. Skoglund, [LPCNet: Improving Neural Speech Synthesis Through Linear Prediction](https://jmvalin.ca/papers/lpcnet_icassp2019.pdf), Proc. International Conference on Acoustics, Speech and Signal Processing (ICASSP), arXiv:1810.11846, 2019. # Introduction