UNPKG

wam-community

Version:

A collection of prebuilt Web Audio Modules ready for use

6 lines (3 loc) 141 B
import { RingBuffer } from './types'; declare const getRingBuffer: (moduleId?: string) => typeof RingBuffer; export default getRingBuffer;