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.
9 lines (8 loc) • 342 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DEEPGRAM_BASEWSS = exports.DEEPGRAM_BASEURL = void 0;
const DEEPGRAM_BASEURL = exports.DEEPGRAM_BASEURL = 'https://api.deepgram.com/v1';
const DEEPGRAM_BASEWSS = exports.DEEPGRAM_BASEWSS = 'wss://api.deepgram.com/v1';
//# sourceMappingURL=deepgram.js.map