fix meson build

This commit is contained in:
2025-04-22 16:12:28 +03:00
parent 6b5abb444f
commit 4a005fb977
2 changed files with 1 additions and 3 deletions

View File

@@ -62,6 +62,4 @@ auto main(int argc, char *argv[]) -> int
hack::log()(hack::math::max(4, 5)); hack::log()(hack::math::max(4, 5));
hack::log()(hack::math::max(c, b)); hack::log()(hack::math::max(c, b));
} }
hack::warn()("TEST_WARN");
} }

View File

@@ -29,7 +29,7 @@ namespace hack::audio
// } // }
// пока только wav // пока только wav
inline void play(std::vector<double> samples, int sample_rate) inline void play(std::vector<double>& samples, int sample_rate)
{ {
PaError err = Pa_Initialize(); PaError err = Pa_Initialize();
if (err != paNoError) if (err != paNoError)