Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-21T07:53:30.000Z (over 2 years ago)
- Last Synced: 2023-04-23T04:11:05.854Z (over 1 year ago)
- Topics: audio-processing, lua-audio, lua-capi, lua-library, lua-midi, midi, midi-processing
- Language: C
- Homepage:
- Size: 41 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# lua-auproc
[![Licence](http://img.shields.io/badge/Licence-MIT-brightgreen.svg)](LICENSE)
[![build status](https://github.com/osch/lua-auproc/workflows/build/badge.svg)](https://github.com/osch/lua-auproc/actions/workflows/build.yml)
[![Install](https://img.shields.io/badge/Install-LuaRocks-brightgreen.svg)](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)