summaryrefslogtreecommitdiffstats
path: root/src/recording
diff options
context:
space:
mode:
authorStéphane Lepin <stephane.lepin@gmail.com>2017-08-15 11:00:34 +0200
committerStéphane Lepin <stephane.lepin@gmail.com>2018-12-31 15:36:46 +0100
commit792e3e6d9a79560615960c855eaf9c8772ade299 (patch)
treea0b810a6488417a7f773400b396894640fc7e832 /src/recording
parent18e9314383de7ee83af146a44b380c80298b0d55 (diff)
Opus encoder
Diffstat (limited to 'src/recording')
-rw-r--r--src/recording/defs_recording.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/recording/defs_recording.h b/src/recording/defs_recording.h
index 50600096cf..ea4583a161 100644
--- a/src/recording/defs_recording.h
+++ b/src/recording/defs_recording.h
@@ -7,6 +7,7 @@
#define ENCODING_AIFF "AIFF"
#define ENCODING_OGG "OGG"
#define ENCODING_MP3 "MP3"
+#define ENCODING_OPUS "Opus"
#define RECORD_OFF 0.0
#define RECORD_READY 1.0