sgstream/README.md

22 lines
420 B
Markdown
Raw Permalink Normal View History

2024-05-27 13:06:41 +03:00
# Sound synthesis playground
2024-05-27 19:18:36 +03:00
Declarative audio generation with Lua.
2024-05-27 13:06:41 +03:00
2024-05-27 18:31:15 +03:00
![screenshot](screenshot.png)
2024-05-27 18:57:14 +03:00
## Usage
2024-05-27 13:06:41 +03:00
- Copy `sound.lua.example` to `sound.lua`
- Open `sound.lua` in your text editor (autosave on change recommended)
- Run this with `love .`
- Edit `sound.lua`, and watch (listen) the sound update in real time
2024-05-27 18:57:14 +03:00
## Keys
- `r`: restart sound from the beginning
- `space`: pause/unpause
2024-05-27 18:59:36 +03:00
## API docs
source code