aboutsummaryrefslogtreecommitdiff
path: root/opus_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'opus_test.c')
-rw-r--r--opus_test.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/opus_test.c b/opus_test.c
deleted file mode 100644
index 96744cb..0000000
--- a/opus_test.c
+++ /dev/null
@@ -1,17 +0,0 @@
-#include <opus.h>
-#include <stdio.h>
-#include <stdlib.h>
-
-int main(void) {
- int err;
- OpusEncoder* enc = opus_encoder_create(48000, 2, OPUS_APPLICATION_AUDIO, &err);
-
- if (err != NULL) {
- puts("initializing opus");
- return EXIT_FAILURE;
- }
-
-
-
- return EXIT_SUCCESS;
-} \ No newline at end of file