UNPKG

@miklermpz/expo-audio-studio

Version:

This is a forked version of the original [expo-audio-studio](https://github.com/deeeed/expo-audio-stream/blob/main/packages/expo-audio-studio/README.md) by Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)

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