From 7ae946f4c7476c1336b1cc8f46e47dcc40af4eed Mon Sep 17 00:00:00 2001 From: Lauchmelder Date: Tue, 27 Apr 2021 13:40:00 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1ab6eb5..2853074 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,10 @@ A commandline tool for fourier transforming audio files spectralyze file1 [file2...] ``` +## Supported Formats +* WAV +* AIFF + ## What does it do Spectralyze reads one or more audio files from the standard arguments and creates JSON files containing the spectrum of the file. Each audio channel in the file is transformed separately. The resulting JSON has the following structure