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
18static const char VERSION[] = "1.1.0";
19
23static const unsigned int PROGRAM_ERROR = 84;
24
28static const unsigned int PROGRAM_SUCCESS = 0;
29
33static const unsigned int SAMPLE_RATE = 48000;
34
38static const unsigned int FRAMES_PER_BUFFER = 480;
39
43static const unsigned int USERNAME_MIN_LENGTH = 0; // Characters
44
48static const unsigned int USERNAME_MAX_LENGTH = 40; // Characters