A set of tools to restore audio quality from a variety of old analog sources, such as tape, cassettes, acetates and vinyl.
A set of tools to restore audio quality from a variety of old analog sources, such as tape, cassettes, acetates and vinyl.
1) You need to install a suitable version of Python first.
Add Python to PATH
during installation.2) Download pyaudiorestoration
. To do so, click the <> Code
button at the right, then Download ZIP
. Unzip to a folder of your choice.
3) Install the required Python modules using pip
.
pyaudiorestoration
folder you have unzipped.python -m pip install --upgrade pip
to make sure your pip
is up to date.pip install -r requirements.txt
to install the dependencies.4) If you have a supported GPU, install pytorch with CUDA to massively speed up slow calculations by running them on the GPU.
5) In some cases, you have to troubleshoot the installation of some dependencies. Here is a list of known issues:
freetype-py
may have trouble to downloading freetype.dll
. In that case, download it from FreeType and place it in a folder included in your system’s path.See the wiki for detailed instructions for the individual tools.