UNPKG

@pixi/sound

Version:

WebAudio API playback library with filters

9 lines (8 loc) 175 B
/** * Utilities that work with sounds. * @namespace utils */ export * from './playOnce'; export * from './render'; export * from './sineTone'; export * from './supported';