Merge remote-tracking branch 'origin/main'

# Conflicts:
#	main.cpp
This commit is contained in:
2025-07-15 13:37:09 -05:00

View File

@@ -19,9 +19,6 @@
#include <ReMixer/PulseSubsystem.h>
#include <ReMixer/ReMixer.h>
[[noreturn]] int main() {
using namespace ReMixer;
@@ -60,6 +57,7 @@
}};
th.detach();
server.Play(test_stream, wav_sound);
server.Play(test_stream, sine_sound);