I am trying to test MELODIA software, so I am trying to install it on the Audacity software as it said here:
Linux 64-bit:
A 64-bit Vamp host such as Sonic Visualiser, Sonic Annotator or
Audacity.
So I guess first I must install the vamp which have some instruction via this GitHub repo, and I have tried to install the vamp by :
sudo pip install vamp
[sudo] password for so:
WARNING: The directory '/home/so/.cache/pip' or its parent directory is not owned or is not writable by the current user. The cache has been disabled. Check the permissions and owner of that directory. If executing pip with sudo, you should use sudo's -H flag.
Collecting vamp
Downloading vamp-1.1.0.tar.gz (107 kB)
|████████████████████████████████| 107 kB 108 kB/s
Building wheels for collected packages: vamp
Building wheel for vamp (setup.py) ... done
Created wheel for vamp: filename=vamp-1.1.0-cp36-cp36m-linux_x86_64.whl size=1191661 sha256=b4e50494624ca6475292708eebea384c382c2cecac6d0cd6d4011938ac349542
Stored in directory: /tmp/pip-ephem-wheel-cache-jazpvzwb/wheels/21/f7/eb/3bfbf024e007aa25fe83907edaced2095e79c275f11e4e9db2
Successfully built vamp
Installing collected packages: vamp
Successfully installed vamp-1.1.0
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
But I can not find and /usr/local/lib/vamp
folder in my pc to unzip the [MTG-MELODIA 1.0 (Linux 32/64-bit).zip][3]
files on it.
Also, I have found the below post about installing it on Audacity, but can not understand it and use it for my problem!:
Vamp plugins in Audacity 2.1.2
So, if possible, I asked here, about how to install the MELODIA vamp plugin on Audacity?
Thanks.