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 --- tools/spectool.cc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tools/spectool.cc') diff --git a/tools/spectool.cc b/tools/spectool.cc index aa28a0b..a069bfe 100644 --- a/tools/spectool.cc +++ b/tools/spectool.cc @@ -24,12 +24,7 @@ // int32_t dct_size // int32_t num_frames // float[num_frames * dct_size] data -struct SpecHeader { - char magic[4]; - int32_t version; - int32_t dct_size; - int32_t num_frames; -}; +// struct SpecHeader { ... } -> now in audio.h int analyze_audio(const char* in_path, const char* out_path) { printf("Analyzing %s -> %s\n", in_path, out_path); -- cgit v1.2.3