mirror of
https://github.com/xiph/opus.git
synced 2025-05-16 16:38:30 +00:00
Don't use the VQ codebooks when building Opus
This commit is contained in:
parent
d749351ae5
commit
47bcd4a7f5
4 changed files with 18 additions and 1 deletions
|
@ -280,6 +280,8 @@ LPCNET_EXPORT void lpcnet_synthesize(LPCNetState *lpcnet, const float *features,
|
|||
lpcnet_synthesize_impl(lpcnet, features, output, N, 0);
|
||||
}
|
||||
|
||||
#ifndef OPUS_BUILD
|
||||
|
||||
LPCNET_EXPORT int lpcnet_decoder_get_size()
|
||||
{
|
||||
return sizeof(LPCNetDecState);
|
||||
|
@ -316,3 +318,4 @@ LPCNET_EXPORT int lpcnet_decode(LPCNetDecState *st, const unsigned char *buf, sh
|
|||
return 0;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue