fix meson build
This commit is contained in:
@@ -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");
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user