This is a demo project on 3D-Audio using Python that was created for educational purposes. Currently it needs further refinement to be scalable.
git clone git@github.com:ChristosKonstantas/3D-Audio-Demo.git
python -m venv venv
.\venv\Scripts\activate
pip install -r requirements.txt
python binaural_audio_mix.py
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python3 binaural_audio_mix.py