From 5fc0517ffed67411ce5ca529742a2142acc2b5dc Mon Sep 17 00:00:00 2001 From: skal Date: Tue, 3 Feb 2026 07:39:54 +0100 Subject: feat: Finalize tracker asset-sample integration with unified pasting strategy --- src/tests/test_spectool.cc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/tests/test_spectool.cc') diff --git a/src/tests/test_spectool.cc b/src/tests/test_spectool.cc index 37a74b7..984322a 100644 --- a/src/tests/test_spectool.cc +++ b/src/tests/test_spectool.cc @@ -11,14 +11,7 @@ #include "miniaudio.h" -// Redefine SpecHeader to avoid including spectool internals if possible, -// but for an E2E test we need to know the format. -struct SpecHeader { - char magic[4]; - int32_t version; - int32_t dct_size; - int32_t num_frames; -}; +// struct SpecHeader { ... } -> now in audio.h void generate_test_wav(const char* path, int duration_seconds) { ma_encoder_config config = -- cgit v1.2.3