2025-06-02 17:57:11 +02:00
2025-05-21 11:21:38 +02:00
2025-05-21 11:30:08 +02:00
2025-06-02 17:57:11 +02:00
2025-06-02 17:57:11 +02:00
2025-05-21 11:44:44 +02:00

System Dependencies for Audio Streaming

This project uses the sounddevice Python package, which requires the PortAudio library to be installed on your system.

Install PortAudio on Debian/Ubuntu/Raspberry Pi OS

Before running the application, install the following system packages:

sudo apt-get update
sudo apt-get install libportaudio2 libportaudiocpp0 portaudio19-dev

If you encounter an error like OSError: PortAudio library not found when running the Python scripts, make sure you have installed these dependencies.

Description
No description provided
Readme 118 KiB
Languages
Python 94.3%
Shell 5.7%