UNPKG

react-native-deepgram

Version:

React Native SDK for Deepgram's AI-powered speech-to-text, real-time transcription, and text intelligence APIs. Supports live audio streaming, file transcription, sentiment analysis, and topic detection for iOS and Android.

8 lines 361 B
export declare function arrayBufferToBase64(buffer: ArrayBuffer): string; export declare function createAudioPlayerController(): { start: (sampleRate?: number, channels?: 1 | 2) => Promise<void>; feed: (audio: ArrayBuffer | string) => Promise<void>; stop: () => Promise<void>; isActive: () => boolean; }; //# sourceMappingURL=audioUtils.d.ts.map