UNPKG

@deepgram/sdk

Version:

Isomorphic Javascript client for Deepgram

6 lines (5 loc) 107 B
export interface SpeechStartedEvent { type: "SpeechStarted"; channel: number[]; timestamp: number; }