Babel
1
The voip software that only works on your local network
Loading...
Searching...
No Matches
Constants.hpp
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2024
3
** epitech-ratrappage-babel (Workspace)
4
** File description:
5
** Constants.hpp
6
*/
7
13
#pragma once
14
18
static
const
char
VERSION[] =
"1.1.0"
;
19
23
static
const
unsigned
int
PROGRAM_ERROR = 84;
24
28
static
const
unsigned
int
PROGRAM_SUCCESS = 0;
29
33
static
const
unsigned
int
SAMPLE_RATE = 48000;
34
38
static
const
unsigned
int
FRAMES_PER_BUFFER = 480;
39
43
static
const
unsigned
int
USERNAME_MIN_LENGTH = 0;
// Characters
44
48
static
const
unsigned
int
USERNAME_MAX_LENGTH = 40;
// Characters
include
Constants.hpp
Generated on Sun Feb 16 2025 23:01:55 for Babel by
1.12.0