Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dnn/osce.h')
-rw-r--r--dnn/osce.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/dnn/osce.h b/dnn/osce.h
index 6087597f..3dd8b7c0 100644
--- a/dnn/osce.h
+++ b/dnn/osce.h
@@ -65,6 +65,7 @@
void osce_enhance_frame(
+ OSCEModel *model, /* I OSCE model struct */
silk_decoder_state *psDec, /* I/O Decoder state */
silk_decoder_control *psDecCtrl, /* I Decoder control */
opus_int16 xq[], /* I/O Decoded speech */
@@ -73,8 +74,7 @@ void osce_enhance_frame(
);
-void osce_init(silk_OSCE_struct *hOSCE, int method);
-int osce_load_models(silk_OSCE_struct *hOSCE, const unsigned char *data, int len);
+int osce_load_models(OSCEModel *hModel, const unsigned char *data, int len);
void osce_reset(silk_OSCE_struct *hOSCE, int method);