sound-manager
Version:
A full-service sound library.
47 lines (38 loc) • 1.53 kB
text/typescript
export * from './Manager/createManager';
export * from './Manager/Manager';
export * from './Manager/IManager';
export * from './Manager/IManagerOptions';
export * from './Group/createGroup';
export * from './Group/Group';
export * from './Group/IGroup';
export * from './Group/IGroupOptions';
export * from './Group/createGroup';
export * from './Sound/createSound';
export * from './Sound/Sound';
export * from './Sound/ISound';
export * from './Sound/ISoundOptions';
export * from './Sound/createSound';
export * from './Node/BaseNode';
export * from './Node/IBaseNode';
export * from './Node/INodeOptions';
export * from './Node/IPanelRegisterableNode';
export * from './Node/ISoundLabel';
export * from './Node/ITaggableNode';
export * from './Node/ITaggableNodeOptions';
export * from './Playlist/createPlaylist';
export * from './Playlist/Playlist';
export * from './Playlist/IPlaylist';
export * from './Playlist/IPlaylistOptions';
export * from './Fade/fadeUtils';
export * from './Fade/getFadeVolume';
export * from './Fade/IFade';
export * from './Fade/IFadeProperty';
export * from './Fade/TFadeArg';
export * from './enums/EasingCurves';
export * from './enums/NodeTypes';
export * from './functions/getEasingFunction';
export * from './functions/getFadeValueAtTime';
export * from './functions/isValidVolume';
export * from './functions/makeSoundGroupIdentifier';
export * from './interfaces/ICollection';
export * from './interfaces/ISoundGroupIdentifier';