https://github.com/netgusto/scope
JS Oscilloscope for webaudio
https://github.com/netgusto/scope
Last synced: 7 months ago
JSON representation
JS Oscilloscope for webaudio
- Host: GitHub
- URL: https://github.com/netgusto/scope
- Owner: netgusto
- Created: 2019-04-03T21:04:40.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-03T21:13:13.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T02:45:11.335Z (12 months ago)
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scope
## Demo
```bash
$ npm install
$ npm run demo
# open http://localhost:9000
```
## Build lib
```bash
$ npm run build
# Lib is built in ./lib/scope.js
```