Audio Chat is a peer to peer chat application focused on privacy and security. It supports encrypted audio calls with encrypted text messages, files, and screen shares in the call.
Contributions are welcome! Please open an issue or pull request if you have any suggestions or bug reports.
Audio Chat writes its stdout and stderr to files. When installed on Windows these files are located in a AppData directory, when ran from source the files will be in the working directory. To increase the debug level of Audio Chat set a smaller integer in the config. Level 10 is the normal debug level and level 30 is the default warnings only level.
Audio Chat supports using RNNoise through this VST plug in that can be compiled for Windows, Linux, and macOS. The Windows release of Audio Chat has the DLL precompiled. For other platforms the plug in must be compiled along with the cython vst loader. The Audio Chat code in this repository restricts use of RNNoise to Windows, so if you compile for another platform you must edit the code a bit.