UNPKG

@kortexa-ai/react-multimodal

Version:

A set of react components and hooks to help with multimodal input

3 lines 237 B
import { MicrophoneDevice, MicrophoneDeviceProps } from '../types'; export declare function useMicrophoneDevice({ sampleRate, onData, onError, }: MicrophoneDeviceProps): MicrophoneDevice; //# sourceMappingURL=useMicrophoneDevice.d.ts.map