Play audio using python
https://nmstr.github.io/PySoundSphere/
- Python 100%
|
|
||
|---|---|---|
| .github | ||
| docs | ||
| examples | ||
| PySoundSphere | ||
| test | ||
| .gitignore | ||
| LICENSE.md | ||
| mkdocs.yml | ||
| pyproject.toml | ||
| README.md | ||
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