Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 695 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 695 Bytes

grig.audio

pipeline status Gitter

See the haxe grig documentation

Audio I/O and Audio Primitives for haxe.

For c++ target, enable asio by specifying enable_asio AND giving the directory with asio_path:

haxe build.hxml -D enable_asio -D asio_path=C:/Users/username/Downloads/asio -cpp bin/Sine

For python target, pip packages numpy, scipy and pyaudio are needed.