@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)
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