voltage-source-node
Version:
A web audio voltage source node
15 lines (10 loc) • 788 B
Markdown
# voltage-source-node [](https://www.npmjs.com/package/voltage-source-node)
[](https://github.com/feross/standard) [](https://www.npmjs.com/package/voltage-source-node)
A web audio voltage source node:
```js
var Voltage = require('voltage-source-node')
var ac = new AudioContext()
var voltage = Voltage(ac)
voltage.start()
```
Used to create [control voltage (CV) signals](https://github.com/micjamking/synth-secrets/blob/master/part-3.md). See [audio-contour](https://github.com/danigb/audio-contour) for an example.