Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 791 Bytes

File metadata and controls

21 lines (14 loc) · 791 Bytes

PySoundSphere

PySoundSphere is a high level audio library written in python.

What you might be looking for:

Basic Installation

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.

License

This project is licensed under the GNU General Public License v3.0 (GPLv3)

See LICENSE.md for more information