https://github.com/automata/noflo-webaudio
Web Audio API for NoFlo.
https://github.com/automata/noflo-webaudio
Last synced: 27 days ago
JSON representation
Web Audio API for NoFlo.
- Host: GitHub
- URL: https://github.com/automata/noflo-webaudio
- Owner: automata
- License: mit
- Created: 2013-12-12T16:19:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-07-09T06:04:04.000Z (almost 10 years ago)
- Last Synced: 2025-04-03T13:43:59.604Z (about 2 months ago)
- Language: CoffeeScript
- Size: 242 KB
- Stars: 12
- Watchers: 5
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
noflo-webaudio
==============NoFlo components for Web Audio API.
```
osc -> gain -> play=> (gain :signal (osc))
osc1 -.-> gain -> play
osc2 -'=> (gain :signal [(osc1) (osc2)])
osc1 -.-> filter -> gain -> play
osc2 -'=> (filter :sig (gain :sig [(osc1) (osc2)]))
```