UNPKG

@siteed/expo-audio-studio

Version:

Comprehensive audio processing library for React Native and Expo with recording, analysis, visualization, and streaming capabilities across iOS, Android, and web

8 lines 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // src/ExpoAudioStreamModule.ts const expo_modules_core_1 = require("expo-modules-core"); // It loads the native module object from the JSI or falls back to // the bridge module (from NativeModulesProxy) if the remote debugger is on. exports.default = (0, expo_modules_core_1.requireNativeModule)('ExpoAudioStream'); //# sourceMappingURL=ExpoAudioStream.native.js.map