Files
ggwave/examples/ggwave-py
Georgi Gerganov 105e0fd48d update default parameters + python updates
- 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
2021-01-23 23:30:24 +02:00
..
2021-01-17 18:35:04 +02:00

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