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

https://github.com/unclechu/faust-channel-delay

Faust DSP for delay channels independently.
https://github.com/unclechu/faust-channel-delay

audio audio-processing dsp faust faust-dsp jack jack-audio-connection-kit ladspa lv2 lv2-plugin sound sound-processing

Last synced: 3 months ago
JSON representation

Faust DSP for delay channels independently.

Awesome Lists containing this project

README

          

Channel Delay
=============

Faust DSP for delay channels independently.

Build
=====

Standalone JACK application
---------------------------

```bash
faust2jack channelDelayStereo.dsp
```

or

```bash
faust2jaqt channelDelayStereo.dsp
```

LV2
---

```bash
make lv2
```

Etc
---

See [Faust](http://faust.grame.fr/) docs for more info.