https://github.com/osch/lua-lrtaudio
Lua binding for RtAudio
https://github.com/osch/lua-lrtaudio
audio linux-audio lua-audio lua-binding lua-capi lua-library rtaudio
Last synced: 3 months ago
JSON representation
Lua binding for RtAudio
- Host: GitHub
- URL: https://github.com/osch/lua-lrtaudio
- Owner: osch
- License: mit
- Created: 2022-06-15T08:44:23.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-16T23:35:57.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:13:18.355Z (4 months ago)
- Topics: audio, linux-audio, lua-audio, lua-binding, lua-capi, lua-library, rtaudio
- Language: C++
- Homepage:
- Size: 107 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-lrtaudio
[](LICENSE)
[](https://github.com/osch/lua-lrtaudio/actions/workflows/build.yml)
[](https://luarocks.org/modules/osch/lrtaudio)Lua binding for [RtAudio].
This binding enables [Lua] scripting code to open [RtAudio] streams and to connect them with Lua
audio processor objects for realtime processing.
Realtime audio processing of [Lua processor objects](./doc/README.md#processor-objects)
has to be implemented in native C code.[RtAudio]: https://github.com/thestk/rtaudio
[Lua]: https://www.lua.org#### Further reading:
* [Documentation](./doc/README.md#lrtaudio-documentation)
* [Examples](./examples/README.md#lrtaudio-examples)