MCPcopy Create free account
hub / github.com/esengine/esengine / AudioRuntimeModule

Class AudioRuntimeModule

packages/audio/src/AudioPlugin.ts:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { AudioSourceComponent } from './AudioSourceComponent';
4
5class AudioRuntimeModule implements IRuntimeModule {
6 registerComponents(registry: IComponentRegistry): void {
7 registry.register(AudioSourceComponent);
8 }
9}
10
11const manifest: ModuleManifest = {
12 id: 'audio',

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected