https://github.com/osch/lua-auproc
Basic Lua audio processor objects
https://github.com/osch/lua-auproc
audio-processing lua-audio lua-capi lua-library lua-midi midi midi-processing
Last synced: 3 months ago
JSON representation
Basic Lua audio processor objects
- Host: GitHub
- URL: https://github.com/osch/lua-auproc
- Owner: osch
- License: mit
- Created: 2022-06-15T07:30:26.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T01:09:26.000Z (over 1 year ago)
- Last Synced: 2025-01-17T20:13:19.037Z (4 months ago)
- Topics: audio-processing, lua-audio, lua-capi, lua-library, lua-midi, midi, midi-processing
- Language: C
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-auproc
[](LICENSE)
[](https://github.com/osch/lua-auproc/actions/workflows/build.yml)
[](https://luarocks.org/modules/osch/auproc)This package provides basic [Lua] audio processor objects to be used for realtime audio and
midi processing. The provided processor objects can be used in conjunction with Lua packages
that are implementing the [Auproc C API] e.g. [LJACK](https://github.com/osch/lua-ljack)
or [lrtaudio](https://github.com/osch/lua-lrtaudio).[Lua]: https://www.lua.org
[Auproc C API]: https://github.com/lua-capis/lua-auproc-capi#### Further reading:
* [Documentation](./doc/README.md#auproc-documentation)
* [LJACK Examples](https://github.com/osch/lua-ljack/tree/master/examples#ljack-examples)