https://github.com/liquidev/synth
Synthesizer
https://github.com/liquidev/synth
Last synced: about 2 months ago
JSON representation
Synthesizer
- Host: GitHub
- URL: https://github.com/liquidev/synth
- Owner: liquidev
- License: unlicense
- Created: 2022-08-13T15:04:48.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-13T17:50:55.000Z (over 2 years ago)
- Last Synced: 2025-01-20T14:38:54.596Z (3 months ago)
- Language: C
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```