summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorskal <pascal.massimino@gmail.com>2026-01-31 18:15:01 +0100
committerskal <pascal.massimino@gmail.com>2026-01-31 18:15:01 +0100
commit5c9286af850f9a3335d294c7c2e100104741b296 (patch)
treeb2efce19c426b38c9578b6268a3f8b86adbc8265 /tools
parent0e9cfeb5855939ae5542943805dec8619ecc3c2d (diff)
add testing for sequence
Diffstat (limited to 'tools')
-rw-r--r--tools/spectool.cc10
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/spectool.cc b/tools/spectool.cc
index 663056d..97c5997 100644
--- a/tools/spectool.cc
+++ b/tools/spectool.cc
@@ -214,12 +214,14 @@ int test_gen(const char *out_path) {
void print_usage() {
printf("Usage: spectool <command> <input> [output]\n");
printf("Commands:\n");
- printf(" analyze <input.wav|.mp3> <output.spec> Analyze an audio file and "
- "save as a spectrogram.\n");
+ printf(
+ " analyze <input.wav|.mp3> <output.spec> Analyze an audio file and "
+ "save as a spectrogram.\n");
printf(
" play <input.spec> Play a spectrogram file.\n");
- printf(" test_gen <output.spec> Generate a test "
- "spectrogram.\n");
+ printf(
+ " test_gen <output.spec> Generate a test "
+ "spectrogram.\n");
}
int main(int argc, char **argv) {