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
- Host: GitHub
- URL: https://github.com/sonoro1234/luajit-portaudio
- Owner: sonoro1234
- Created: 2022-05-26T08:08:50.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T02:07:39.000Z (9 months ago)
- Last Synced: 2025-03-28T08:12:00.423Z (7 months ago)
- Topics: luajit, portaudio
- Language: Lua
- Homepage:
- Size: 18.6 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LuaJIT-portaudio
ffi binding to the C interface of portaudioThe 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.