hosanna-ui-docs - v0.9.0
    Preparing search index...

    Interface representing a microphone that extends multiple interfaces.

    interface ISGROMicrophone {
        CanRecord(): boolean;
        GetMessagePort(): any;
        RecordToFile(wavFilePath: string): boolean;
        SetMessagePort(port: any): any;
        SetPrompt(prompt: string): any;
        StartRecording(): boolean;
        StopRecording(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods