MCPcopy Create free account
hub / github.com/HumeAI/hume-api-examples /

Class

evi/evi-react-native/modules/audio/src/AudioModule.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import { AudioModuleEvents, MicrophoneMode } from './AudioModule.types';
4
5declare class AudioModule extends NativeModule<AudioModuleEvents> {
6 getPermissions(): Promise<boolean>;
7 startRecording(): Promise<void>;
8 enqueueAudio(base64EncodedAudio: string): Promise<void>;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected