An open API service indexing awesome lists of open source software.

https://github.com/sonoro1234/luajit-portaudio

LuaJIT ffi binding to portaudio
https://github.com/sonoro1234/luajit-portaudio

luajit portaudio

Last synced: 6 months ago
JSON representation

LuaJIT ffi binding to portaudio

Awesome Lists containing this project

README

          

# LuaJIT-portaudio
ffi binding to the C interface of portaudio

The C interface function are accesed removing the Pa_ prefix.

See usage in examples folder.

cmake version >= 3.18 needed for building with asio.
use -DLUAJIT_BIN="folder with LuaJIT executable" for instalation.