augnitosdk
Version:
AugnitoSDK lets you make use of the Speech Recognition AI. You can edit, format and complete reports at the speed of human speech, with the best-in-class accuracy
18 lines (17 loc) • 655 B
TypeScript
import { PhilipsMicConfig } from '../config/PhilipsMicConfig';
export declare class PhilipsMicClient {
private _config;
private _enableLogs?;
private _logTag;
private intervalInMillis;
private isRecodingIsPressed;
private counter;
private WasMicStartedByPressToSpeak;
onPhilipsMicPressed?: (isStart: boolean | undefined) => void;
constructor(_config: PhilipsMicConfig, _enableLogs?: boolean | undefined);
getConnectedPhilipsDeviceName: (idStr: any) => string;
gamepadCallBack: () => void;
private HandlePushToTalk;
private CheckForRECPressed;
private onPhilipsMicPressedCallback;
}