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 /src/tests/test_spectool.cc | |
| parent | 4174f84f6b505d57dcf37847f0338724568d49f1 (diff) | |
feat: Finalize tracker asset-sample integration with unified pasting strategy
Diffstat (limited to 'src/tests/test_spectool.cc')
| -rw-r--r-- | src/tests/test_spectool.cc | 9 |
1 files changed, 1 insertions, 8 deletions
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 = |
