@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
11 lines • 448 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeviceDisconnectionBehavior = void 0;
/** Defines how recording should behave when a device becomes unavailable */
exports.DeviceDisconnectionBehavior = {
/** Pause recording when device disconnects */
PAUSE: 'pause',
/** Switch to default device and continue recording */
FALLBACK: 'fallback',
};
//# sourceMappingURL=ExpoAudioStream.types.js.map