Useful tools for WebAudio.
# PipeNode
# SilenceDetectorNode
# create(context, options)
# context
BaseAudioContext
create(context, options) =>
- Promise<SilenceDetectorNode>
# createMidiEvent(time, data)
# createMidiNoteEvents(time, note, velocity, length)
# fetchAudioBuffer(ctx, url)
# fftLogIndexer(minFreq, maxFreq, sampleRate, fftSize)
- pipe-processor by stagas – AudioWorklet that pipes its output to a given message port.
All contributions are welcome!