Installation
Install thusly.
Dependencies
Install these dependencies on Debian Bookworm (12/Stable).
sudo apt install python3-pip python3-venv python-is-python3 ffmpeg
Python
Suit to taste.
git clone https://spacecruft.org/deepcrayon/multivoice
cd multivoice/
python -m venv venv
source venv/bin/activate
pip install -U setuptools pip wheel
pip install -e .
If it complains about cuDNN version like this:
RuntimeError: cuDNN error: CUDNN_STATUS_SUBLIBRARY_VERSION_MISMATCH
Then run this to just use the system/Nvidia cuDNN:
pip uninstall --yes nvidia-cudnn-cu12