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.
- Host: GitHub
- URL: https://github.com/unclechu/faust-channel-delay
- Owner: unclechu
- License: gpl-3.0
- Created: 2014-11-01T19:49:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T15:33:36.000Z (over 11 years ago)
- Last Synced: 2025-05-18T15:44:39.648Z (11 months ago)
- Topics: audio, audio-processing, dsp, faust, faust-dsp, jack, jack-audio-connection-kit, ladspa, lv2, lv2-plugin, sound, sound-processing
- Homepage:
- Size: 160 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.