https://github.com/ynnckth/synth
Simple synthesizer using the browser audio API
https://github.com/ynnckth/synth
audio-api react svg synthesizer typescript
Last synced: about 1 month ago
JSON representation
Simple synthesizer using the browser audio API
- Host: GitHub
- URL: https://github.com/ynnckth/synth
- Owner: ynnckth
- Created: 2019-10-21T12:46:00.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-23T02:03:29.000Z (about 2 years ago)
- Last Synced: 2024-04-23T05:37:15.864Z (about 2 years ago)
- Topics: audio-api, react, svg, synthesizer, typescript
- Language: TypeScript
- Homepage: https://ynnckth.github.io/synth
- Size: 614 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Synth
*Simple synthesizer webapp using the browser audio API*
Use the computer keyboard keys to play!
### Deploy to Github Pages
> `$ npm run deploy`
This will build the angular app and push it to a new separate branch called `gh-pages` which can be configured to be served form in the Github project settings.