From 19bc77c71da3150da585bfc2c07968e201a9a33b Mon Sep 17 00:00:00 2001 From: Joel Mathew Thomas <90510078+joelmathewthomas@users.noreply.github.com> Date: Tue, 18 Mar 2025 19:27:01 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 482457b..54a27f5 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ freqsplit/ │ │ ├── separation/ # Source separation with Demucs │ │ ├── postprocessing/ # Post-processing and saving results │ │ ├── refinement/ # Spectrogram-based enhancement -│ │ ├── spectogram/ # Spectrogram generation and analysis +│ │ ├── spectrogram/ # Spectrogram generation and analysis ├── tests/ # Unit and integration tests └── venv/ # Virtual environment (should be excluded from version control) ```