A simple glsl audio editor.
- In-app code editor
- audio preview
- Open/save .glsl files
- shader compilation with error log
- Ctrl + Enter to quick-compile
You will need to have the Vulkan SDK installed.
Then build and run synth:
git clone https://github.com/n-e-l/synth.git
cd synth
cargo run --release
- Render both left and right audio channel
- Longer audio sample generation
