Play audio using python https://nmstr.github.io/PySoundSphere/
Find a file
Jonas Kleinen 3c25989f4f
Merge pull request #18 from Nmstr/development
callback function rework
2024-10-10 20:20:28 +02:00
.github fixed tests 2024-08-18 23:27:01 +02:00
docs updated docs 2024-10-10 19:06:57 +02:00
examples added examples 2024-08-20 10:01:26 +02:00
PySoundSphere fixed ruff 2 2024-10-10 20:16:37 +02:00
test fixed tests 2 2024-10-10 19:57:48 +02:00
.gitignore added basic callback function 2024-09-11 19:14:50 +02:00
LICENSE.md setup 2024-08-17 21:11:44 +02:00
mkdocs.yml updated docs 2024-10-06 17:02:00 +02:00
pyproject.toml reworked callback function 2024-10-10 18:56:30 +02:00
README.md added installation instructions to README 2024-08-19 22:27:45 +02:00

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