Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)