Files
ggwave/tests/test-ggwave.py
2021-01-23 13:24:08 +02:00

7 lines
186 B
Python
Executable File

import ggwave
instance = ggwave.init()
# generate audio waveform for string "hello python"
waveform = ggwave.encode("hello python", txProtocolId = 1, volume = 20, instance = instance)