https://github.com/bluskript/saber
A synthesizer written in Vue with a custom Fourier visualizer
https://github.com/bluskript/saber
Last synced: 11 months ago
JSON representation
A synthesizer written in Vue with a custom Fourier visualizer
- Host: GitHub
- URL: https://github.com/bluskript/saber
- Owner: bluskript
- License: mit
- Created: 2021-06-14T22:36:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-09T06:35:16.000Z (almost 5 years ago)
- Last Synced: 2024-05-30T16:42:42.383Z (about 2 years ago)
- Language: TypeScript
- Homepage: https://saber-kappa.vercel.app
- Size: 1.15 MB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Saber
## A synthesizer experiment by Blusk
### Try it out now in this interactive demo: https://saber-kappa.vercel.app/
#### This project was made with the following goals in mind:
- No WebAudio ecosystem (Raw buffers)
- Lazily compute as much as possible with Vue composition API
- Visualization of output with a synth graph and a fourier visualizer
- Mobile compatibility
