diff --git a/main.cpp b/main.cpp index b82cc34..a754a0c 100644 --- a/main.cpp +++ b/main.cpp @@ -19,9 +19,6 @@ #include #include - - - [[noreturn]] int main() { using namespace ReMixer; @@ -60,6 +57,7 @@ }}; th.detach(); + server.Play(test_stream, wav_sound); server.Play(test_stream, sine_sound);