Installation¶
Prerequisites¶
Before installing AudioBackend, make sure you have:
- Python 3.7 or higher
- pip package manager
Virtual Environment
It's recommended to use a virtual environment:
Installation Methods¶
From PyPI¶
The recommended way to install AudioBackend:
From Source¶
For the latest development version:
Development Installation¶
For contributing or development:
System Dependencies¶
Troubleshooting¶
Common Issues¶
ImportError: No module named 'av'
This usually means PyAV installation failed. Try:
PortAudio not found
Install the PortAudio development package for your system (see System Dependencies above)
Getting Help¶
If you encounter any issues:
- Check the GitHub Issues
- Create a new issue with:
- Your Python version
- Your operating system
- The complete error message
- Steps to reproduce