MCPcopy Create free account
hub / github.com/Roy3838/Observer / getLatestAudioData

Method getLatestAudioData

app/src/utils/tauriStreamCapture.ts:454–456  ·  view source on GitHub ↗

* Get the latest audio data directly. * Returns raw PCM audio data (base64-encoded f32 samples).

()

Source from the content-addressed store, hash-verified

452 * Returns raw PCM audio data (base64-encoded f32 samples).
453 */
454 getLatestAudioData(): AudioData | null {
455 return this.latestAudioData;
456 }
457
458 /**
459 * Start video-only capture stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected