Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/eugeneia/soundlab

Lazy signal synthesis based on combinators.
https://github.com/eugeneia/soundlab

audio combinators signal-processing synthesis

Last synced: about 1 month ago
JSON representation

Lazy signal synthesis based on combinators.

Awesome Lists containing this project

README

        

# Soundlab

**Description:**

Lazy signal synthesis based on combinators. Provides a language embedded
in Common Lisp to synthesize and modulate signals from scratch. It
resembles a virtual toolkit for designing synthesizer prototypes.

For a quick impression you can listen to how the
[example.lisp](https://github.com/eugeneia/soundlab/blob/master/documentation/example.lisp)
program [sounds like](http://mr.gy/software/soundlab/example.oga).

**Documentation:**

* [Paper: Lazy Signal Combinators](http://mr.gy/software/soundlab/lazy-signal-combinators.html)
* [Demo of Soundlab at the European Lisp Symposium 2013](http://www-sop.inria.fr/members/Manuel.Serrano/conferences/els13.html)

**Dependencies:**

* [riff-wave](http://github.com/eugeneia/riff-wave)