We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7a29c commit 125d8a5Copy full SHA for 125d8a5
include/rnnoise.h
@@ -30,6 +30,9 @@
30
31
#include <stdio.h>
32
33
+#ifdef __cplusplus
34
+extern "C" {
35
+#endif
36
37
#ifndef RNNOISE_EXPORT
38
# if defined(WIN32)
@@ -62,4 +65,8 @@ RNNOISE_EXPORT RNNModel *rnnoise_model_from_file(FILE *f);
62
65
63
66
RNNOISE_EXPORT void rnnoise_model_free(RNNModel *model);
64
67
68
69
+}
70
71
+
72
#endif
0 commit comments