@kortexa-ai/react-multimodal
Version:
A set of react components and hooks to help with multimodal input
7 lines • 359 B
TypeScript
import { MicrophoneDataHandler, MicrophoneErrorHandler } from './types';
export interface MicrophoneAudioProcessorProps {
onData: MicrophoneDataHandler;
onError?: MicrophoneErrorHandler;
}
export declare function MicrophoneAudioProcessor({ onData, onError }: MicrophoneAudioProcessorProps): null;
//# sourceMappingURL=MicrophoneAudioProcessor.d.ts.map