diff options
| author | skal <pascal.massimino@gmail.com> | 2026-02-03 07:39:54 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-02-03 07:39:54 +0100 |
| commit | 5fc0517ffed67411ce5ca529742a2142acc2b5dc (patch) | |
| tree | 262c18c8f66be6878ef431b9c3ecab29ee522824 /tools/spectool.cc | |
| parent | 4174f84f6b505d57dcf37847f0338724568d49f1 (diff) | |
feat: Finalize tracker asset-sample integration with unified pasting strategy
Diffstat (limited to 'tools/spectool.cc')
| -rw-r--r-- | tools/spectool.cc | 7 |
1 files changed, 1 insertions, 6 deletions
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); |
