An open API service indexing awesome lists of open source software.

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

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
```