MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / attachAudioSource

Method attachAudioSource

packages/core/src/runtime/clock.ts:126–128  ·  view source on GitHub ↗
(source: AudioClockSource)

Source from the content-addressed store, hash-verified

124 }
125
126 attachAudioSource(source: AudioClockSource): void {
127 this._audioSource = source;
128 }
129
130 detachAudioSource(): void {
131 if (this._audioSource && this._playStartMs !== null) {

Callers 2

clock.test.tsFile · 0.80
transportTickFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected