@pixi/sound
Version:
WebAudio API playback library with filters
15 lines (14 loc) • 504 B
TypeScript
import * as filters from './filters';
import * as htmlaudio from './htmlaudio';
import { SoundLibrary } from './SoundLibrary';
import * as utils from './utils';
import * as webaudio from './webaudio';
declare const sound: SoundLibrary;
export * from './Filterable';
export * from './filters/Filter';
export * from './interfaces';
export * from './Sound';
export * from './soundAsset';
export * from './SoundLibrary';
export * from './SoundSprite';
export { filters, htmlaudio, sound, utils, webaudio, };