diff options
Diffstat (limited to 'scripts/gen_spectrograms.sh')
| -rwxr-xr-x | scripts/gen_spectrograms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_spectrograms.sh b/scripts/gen_spectrograms.sh index 7eb6bdc..a5c1510 100755 --- a/scripts/gen_spectrograms.sh +++ b/scripts/gen_spectrograms.sh @@ -49,7 +49,7 @@ process_file() { fi echo "Generating spectrogram: ${base_name} -> ${output_name}.spec" - "${SPECTOOL_PATH}" analyze "$file_to_process" "$spec_file" + "${SPECTOOL_PATH}" analyze "$file_to_process" "$spec_file" --normalize } # Find and process all audio files |
