summaryrefslogtreecommitdiffstats
path: root/thirdparty/opus/silk/API.h
diff options
context:
space:
mode:
authorunknown <sneakyfish5.sneaky@gmail.com>2019-11-02 11:59:07 -0500
committerJonathan Mannancheril <sneakyfish5.sneaky@gmail.com>2019-11-09 13:06:56 -0600
commite00426c512a7905f5f925d382c443bab7a0ca693 (patch)
tree662c34929dc2b46b8eba05cd992e57f3aa7b6943 /thirdparty/opus/silk/API.h
parent8570b9b0c2972b7aa191475342d0dd8030fd4188 (diff)
downloadredot-engine-e00426c512a7905f5f925d382c443bab7a0ca693.tar.gz
Update opus to 1.3.1 and opusfile to 0.11
Diffstat (limited to 'thirdparty/opus/silk/API.h')
-rw-r--r--thirdparty/opus/silk/API.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/opus/silk/API.h b/thirdparty/opus/silk/API.h
index 0131acbb08..4d90ff9aa3 100644
--- a/thirdparty/opus/silk/API.h
+++ b/thirdparty/opus/silk/API.h
@@ -80,7 +80,8 @@ opus_int silk_Encode( /* O Returns error co
opus_int nSamplesIn, /* I Number of samples in input vector */
ec_enc *psRangeEnc, /* I/O Compressor data structure */
opus_int32 *nBytesOut, /* I/O Number of bytes in payload (input: Max bytes) */
- const opus_int prefillFlag /* I Flag to indicate prefilling buffers no coding */
+ const opus_int prefillFlag, /* I Flag to indicate prefilling buffers no coding */
+ int activity /* I Decision of Opus voice activity detector */
);
/****************************************/