Skip to content

AudioTracks

AudioTracks<T> = { [K in keyof T]: AudioController }

Defined in: audio.ts:93

Typed audio controllers keyed by the names passed to createAudio.

T extends Record<string, AudioInput>