sgstream/README.md
2024-05-27 21:18:36 +05:00

22 lines
420 B
Markdown

# Sound synthesis playground
Declarative audio generation with Lua.
![screenshot](screenshot.png)
## Usage
- 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
## Keys
- `r`: restart sound from the beginning
- `space`: pause/unpause
## API docs
source code