UNPKG

speech-to-element

Version:

Add real-time speech to text functionality into your website with no effort

5 lines (4 loc) 195 B
import { AudioConfig } from 'microsoft-cognitiveservices-speech-sdk'; export declare class AzureAudioConfig { static get(sdkConfigType: typeof AudioConfig, deviceId?: string): AudioConfig; }