Interface DuplexAudioFrame

One frame of the model's continuous output, including its silence.

interface DuplexAudioFrame {
    frame: AudioFrame;
    startMs?: number;
}

Properties

Properties

frame: AudioFrame

PCM audio to play or use to detect a silence boundary.

startMs?: number

Position on the model's timeline, in milliseconds.