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

https://github.com/noflo/noflo-webaudio

Web Audio API for NoFlo.
https://github.com/noflo/noflo-webaudio

noflo webaudio-api

Last synced: about 1 year ago
JSON representation

Web Audio API for NoFlo.

Awesome Lists containing this project

README

          

(WIP) 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)]))
```