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.
78 lines (77 loc) • 2.27 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Deepgram", {
enumerable: true,
get: function () {
return _NativeDeepgram.Deepgram;
}
});
Object.defineProperty(exports, "arrayBufferToBase64", {
enumerable: true,
get: function () {
return _index.arrayBufferToBase64;
}
});
exports.configure = void 0;
Object.defineProperty(exports, "createAgentSettings", {
enumerable: true,
get: function () {
return _index.createAgentSettings;
}
});
Object.defineProperty(exports, "createAudioPlayerController", {
enumerable: true,
get: function () {
return _index.createAudioPlayerController;
}
});
Object.defineProperty(exports, "useAsyncCall", {
enumerable: true,
get: function () {
return _index.useAsyncCall;
}
});
Object.defineProperty(exports, "useDeepgramManagement", {
enumerable: true,
get: function () {
return _useDeepgramManagement.useDeepgramManagement;
}
});
Object.defineProperty(exports, "useDeepgramSpeechToText", {
enumerable: true,
get: function () {
return _useDeepgramSpeechToText.useDeepgramSpeechToText;
}
});
Object.defineProperty(exports, "useDeepgramTextIntelligence", {
enumerable: true,
get: function () {
return _useDeepgramTextIntelligence.useDeepgramTextIntelligence;
}
});
Object.defineProperty(exports, "useDeepgramTextToSpeech", {
enumerable: true,
get: function () {
return _useDeepgramTextToSpeech.useDeepgramTextToSpeech;
}
});
Object.defineProperty(exports, "useDeepgramVoiceAgent", {
enumerable: true,
get: function () {
return _useDeepgramVoiceAgent.useDeepgramVoiceAgent;
}
});
var _useDeepgramSpeechToText = require("./useDeepgramSpeechToText.js");
var _useDeepgramTextIntelligence = require("./useDeepgramTextIntelligence.js");
var _useDeepgramManagement = require("./useDeepgramManagement.js");
var _useDeepgramTextToSpeech = require("./useDeepgramTextToSpeech.js");
var _useDeepgramVoiceAgent = require("./useDeepgramVoiceAgent.js");
var _NativeDeepgram = require("./NativeDeepgram.js");
var _index = require("./helpers/index.js");
const configure = opts => {
globalThis.__DEEPGRAM_API_KEY__ = opts.apiKey;
};
exports.configure = configure;
//# sourceMappingURL=index.js.map