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

https://github.com/liquidev/synth

Synthesizer
https://github.com/liquidev/synth

Last synced: about 2 months ago
JSON representation

Synthesizer

Awesome Lists containing this project

README

        

# Synth

My sound synthesis and DSP playground.

The [initial commit](https://github.com/liquidev/synth/tree/22d3f03d32bc4a9b7f466e8aa0e34a141556dcf5)
can be used as a starting point for your own experimentation with sound, especially oscillators.

## Building

```sh
$ meson setup build
$ ninja -C build
```

To run:

```sh
$ ./build/src/synth
```