Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/eugeneia/soundlab
- Owner: eugeneia
- License: other
- Created: 2015-01-26T14:38:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-26T17:54:05.000Z (over 9 years ago)
- Last Synced: 2023-08-15T08:00:31.036Z (over 1 year ago)
- Topics: audio, combinators, signal-processing, synthesis
- Language: Common Lisp
- Size: 1.43 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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)