mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
- by default ggwave will now output 32-bit float samples - python samples no longer use numpy - python test now decodes payload - fix buffer overflow in receive.py example
ggwave-py
Python examples using the ggwave python package
Install
pip install ggwave
Some of the packages depend on pyaudio. To install it:
sudo apt-get install portaudio19-dev python-pyaudio python3-pyaudio
pip install pyaudio