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

    Interface for microphone operations.

    interface ISGIMicrophone {
        CanRecord(): boolean;
        RecordToFile(wavFilePath: string): boolean;
        SetPrompt(prompt: string): any;
        StartRecording(): boolean;
        StopRecording(): boolean;
    }

    Hierarchy (View Summary)

    Index

    Methods