Implement a bridge to call Sointu from Go language.

The main interface is render_samples function, which renders several samples in one call,
to limit the number of calls from Go to C. This is compiled into a library, which is then
linked and called from bridge.go.
This commit is contained in:
Veikko Sariola
2020-10-21 20:07:45 +03:00
committed by Veikko Sariola
parent af14cd310b
commit 7aac3917b7
13 changed files with 555 additions and 8 deletions

3
go.mod Normal file
View File

@ -0,0 +1,3 @@
module github.com/vsariola/sointu
go 1.15