diff options
Diffstat (limited to 'src/lib/constants.h')
| -rw-r--r-- | src/lib/constants.h | 4 |
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 |
