@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 • 330 B
JavaScript
/** Defines how recording should behave when a device becomes unavailable */
export const DeviceDisconnectionBehavior = {
/** Pause recording when device disconnects */
PAUSE: 'pause',
/** Switch to default device and continue recording */
FALLBACK: 'fallback',
};
//# sourceMappingURL=ExpoAudioStream.types.js.map