mirror of
https://github.com/ggerganov/ggwave.git
synced 2026-02-07 01:11:22 +08:00
7 lines
186 B
Python
Executable File
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)
|