Update build for LPCNet merge

This commit is contained in:
Jean-Marc Valin 2023-06-21 00:29:39 -04:00
parent 7458c1bdc6
commit bfa01f1a1c
No known key found for this signature in database
GPG key ID: 531A52533318F00A
16 changed files with 59 additions and 61 deletions

View file

@ -51,7 +51,7 @@
#include "celt_lpc.h"
#include "vq.h"
#include "lpcnet.h"
#include "lpcnet/src/lpcnet_private.h"
#include "dnn/lpcnet_private.h"
/* The maximum pitch lag to allow in the pitch-based PLC. It's possible to save
CPU time in the PLC pitch search by making this smaller than MAX_PERIOD. The