Encrypted protocol, autoconnect, logging refactor

This commit is contained in:
Niellun
2025-05-25 23:11:00 +03:00
parent f0e7059ed7
commit ec96c84a00
16 changed files with 437 additions and 152 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ void PcmAudio::runner()
device = SDL_OpenAudioDevice(nullptr, 0, &spec, nullptr, 0);
if (device == 0)
{
std::cerr << "Failed to open audio: " << SDL_GetError() << std::endl;
std::cerr << "[Audio] Failed to open audio: " << SDL_GetError() << std::endl;
continue;
}
// Calculate new buffer target: 0.5s