1
0
A simple tet-a-tet encrypted VoIP project. WIP
Go to file
2024-03-23 04:17:19 +04:00
src In an audio module: 1) removed a commented out block of code; 2) uint8_t -> unsigned char; 3) size_t -> int; 4) make audio_read() return a number of encoded bytes or -1 on an error. 2024-03-23 04:17:19 +04:00
.gitignore Ignore files ending with _key. 2024-03-23 04:14:53 +04:00
Makefile IN Makefile a clean target added. 2024-03-22 04:15:44 +04:00