Uses real-time head tracking data from the Galaxy Buds Pro to simulate spatial audio in a quick and dirty way by manipulating the left and right channel balance in the audio output.
Compatible with Windows ONLY
- Galaxy Buds Pro
- Python 3.5 (library constraints)
Run
pip install -r requirements.txt
Find the MAC address of your Galaxy Buds Pro and run
python GhettoSpatialAudio.py <MAC_ADDRESS>
For additional options, run
python GhettoSpatialAudio.py --help
Credits to ThePBone