From d0c2063e507965fd18d0492414d288fbed654acb Mon Sep 17 00:00:00 2001 From: serialexperiments0815 <112315380+serialexperiments0815@users.noreply.github.com> Date: Fri, 12 Dec 2025 22:51:25 +0100 Subject: [PATCH] Create README.md for SlowedAndReverbed tool Added a README file with project description and usage instructions. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c7bb4a3 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# SlowedAndReverbed + +Simple tool to take an audio file, slow it down and add reverb using FFmpeg and create a modified copy. + +## Usage +- Provide an input audio file. +- Set speed and reverb parameters. +- Run the tool to generate the slowed + reverbed output. + +Screenshot 2025-12-12 224943