UNPKG

dot-audio

Version:

A simple web audio library for making synthesizers

10 lines (8 loc) 154 B
export * from 'nodes' export * from 'src/input' export * from 'src/type' export { chain, getNoteFrequency, parseNote, } from 'src/util/util'