summaryrefslogtreecommitdiff
path: root/src/lib/constants.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-11-09 00:38:33 +0100
committerCarl Hetherington <cth@carlh.net>2024-12-09 00:05:00 +0100
commit46bc36acc441e0637f2fcd100caca0dc3c299d88 (patch)
tree7f77f2b07702d7cac02d6bd80bbc90b0900fdc88 /src/lib/constants.h
parentbae20bbd6f23b2d341359f0a122ac64cef34f291 (diff)
WIP: VP9 encoder.1602-sign-language
Diffstat (limited to 'src/lib/constants.h')
-rw-r--r--src/lib/constants.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/constants.h b/src/lib/constants.h
index e815bfab4..014996ef5 100644
--- a/src/lib/constants.h
+++ b/src/lib/constants.h
@@ -49,6 +49,10 @@
#define SNAP_SUBDIVISION 64
#define SIGN_LANGUAGE_WIDTH 480
#define SIGN_LANGUAGE_HEIGHT 640
+#define SIGN_LANGUAGE_VIDEO_FRAME_RATE 24
+#define SIGN_LANGUAGE_AUDIO_FRAME_RATE 48000
+#define SIGN_LANGUAGE_CHUNK_LENGTH_IN_SECONDS 2
+#define AUDIO_BYTES_PER_SAMPLE 3
#endif