Skip to content

PySoundSphere

PySoundSphere is a high level audio playback library written in python.


Installation

The installation process is straight forward. Most people will want to install the sounddevice backend. You can always install any backend later as well.

Install with the sounddevice backend
pip install PySoundSphere[sounddevice-backend]
Install with the pygame backend
pip install PySoundSphere[pygame-backend]
Install with the ffplay backend
pip install PySoundSphere