PySoundSphere is a high level audio library written in python.
What you might be looking for:
The default way to install PySoundSphere is using the sounddevice
backend. To do this run the following:
pip install PySoundSphere[sounddevice-backend]
More detailed instructions are available here. More informations about backends can be found here.
This project is licensed under the GNU General Public License v3.0 (GPLv3)
See LICENSE.md for more information