From 0aedee97476daab116c54f6d81e8324440726df6 Mon Sep 17 00:00:00 2001 From: Anjok07 <68268275+Anjok07@users.noreply.github.com> Date: Tue, 3 Jan 2023 22:00:04 -0600 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 08fa324..97f567c 100644 --- a/README.md +++ b/README.md @@ -127,8 +127,18 @@ pip3 install -r requirements.txt cp /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile_arm64.dylib /Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/_soundfile_data/libsndfile.dylib ``` +**FFmpeg Installation** + - Once everything is done installing, download the correct FFmpeg binary for your system [here](http://www.osxexperts.net) and place it into the main application directory. +**Rubber Band Installation** + +In order to use the Time Stretch or Change Pitch tool, you'll need Rubber Band. + +- Download the precompiled build [here](https://breakfastquay.com/files/releases/rubberband-3.1.2-gpl-executable-windows.zip) +- From the archive, extract the following files to the UVR/lib_v5 application directory: + - ```rubberband-3.1.2-gpl-executable-macos/rubberband``` + This process has been tested on a MacBook Pro 2021 (using M1) and a MacBook Air 2017 and is confirmed to be working on both.