diff options
Diffstat (limited to 'tools/spectool.cc')
| -rw-r--r-- | tools/spectool.cc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/spectool.cc b/tools/spectool.cc index d2f4e54..e57e77b 100644 --- a/tools/spectool.cc +++ b/tools/spectool.cc @@ -1,3 +1,7 @@ +// This file is part of the 64k demo project. +// It implements the spectool for analyzing audio into spectrograms. +// Provides both 'analyze' and 'play' modes for spectral data. + #include "audio/audio.h" #include "audio/dct.h" #include "audio/synth.h" @@ -161,4 +165,4 @@ int main(int argc, char **argv) { } return 0; -} +}
\ No newline at end of file |
