Home
last modified time | relevance | path

Searched refs:audio (Results 1 – 25 of 110) sorted by relevance

12345

/expo/packages/expo-av/build/
H A DAudio.types.js.map1audio should interact with the audio from other apps on iOS.\n */\n interruptionModeIOS: Interr…
H A DAV.types.js.map1audio and video formats supported on iOS.\n *\n * There are two sets of audio and video formats su…
/expo/packages/expo-camera/src/
H A DWebUserMediaManager.ts71 constraints.audio = typeof audioConstraints !== 'undefined' ? audioConstraints : true;
78 props: { audio?: any; video?: any },
82 return await sourceSelectedAsync(isMuted, props.audio, props.video);
84 const [audio, video] = await requestLegacyUserMediaAsync(props); constant
85 return await sourceSelectedAsync(isMuted, audio, video);
H A DWebConstants.ts20 audio: false,
/expo/docs/pages/versions/v46.0.0/sdk/
H A Daudio.mdx3 description: A library that provides an API to implement audio playback and recording in apps.
14 `Audio` from `expo-av` allows you to implement audio playback and recording in your app.
16 Note that audio automatically stops if headphones/bluetooth audio devices are disconnected.
18 …documentation/record) (source code is [on GitHub](https://github.com/expo/audio-recording-example)…
150 ### Playing or recording audio in background (iOS)
152 On iOS, audio playback and recording in background is only available in standalone apps, and it req…
156 See an example of **app.json** that enables audio playback in background:
167 "audio"
179 …or [ai/audio-recorder-polyfill](https://github.com/ai/audio-recorder-polyfill) in your application…
188 <APISection packageName="expo-audio" apiName="Audio" />
/expo/docs/pages/versions/unversioned/sdk/
H A Daudio.mdx3 description: A library that provides an API to implement audio playback and recording in apps.
15 `Audio` from `expo-av` allows you to implement audio playback and recording in your app.
17 Note that audio automatically stops if headphones/bluetooth audio devices are disconnected.
19 …documentation/record) (source code is [on GitHub](https://github.com/expo/audio-recording-example)…
124 …/* @info iOS may reroute audio playback to the phone earpiece when recording is allowed, so disabl…
157 ### Playing or recording audio in background&ensp;<PlatformTags platforms={['ios']} />
159 On iOS, audio playback and recording in background is only available in standalone apps, and it req…
163 See an example of **app.json** that enables audio playback in background:
174 "audio"
186 …or [ai/audio-recorder-polyfill](https://github.com/ai/audio-recorder-polyfill) in your application…
[all …]
/expo/docs/pages/versions/v49.0.0/sdk/
H A Daudio.mdx3 description: A library that provides an API to implement audio playback and recording in apps.
15 `Audio` from `expo-av` allows you to implement audio playback and recording in your app.
17 Note that audio automatically stops if headphones/bluetooth audio devices are disconnected.
19 …documentation/record) (source code is [on GitHub](https://github.com/expo/audio-recording-example)…
124 …/* @info iOS may reroute audio playback to the phone earpiece when recording is allowed, so disabl…
157 ### Playing or recording audio in background&ensp;<PlatformTags platforms={['ios']} />
159 On iOS, audio playback and recording in background is only available in standalone apps, and it req…
163 See an example of **app.json** that enables audio playback in background:
174 "audio"
186 …or [ai/audio-recorder-polyfill](https://github.com/ai/audio-recorder-polyfill) in your application…
[all …]
/expo/docs/pages/versions/v48.0.0/sdk/
H A Daudio.mdx3 description: A library that provides an API to implement audio playback and recording in apps.
15 `Audio` from `expo-av` allows you to implement audio playback and recording in your app.
17 Note that audio automatically stops if headphones/bluetooth audio devices are disconnected.
19 …documentation/record) (source code is [on GitHub](https://github.com/expo/audio-recording-example)…
124 …/* @info iOS may reroute audio playback to the phone earpiece when recording is allowed, so disabl…
157 ### Playing or recording audio in background&ensp;<PlatformTags platforms={['ios']} />
159 On iOS, audio playback and recording in background is only available in standalone apps, and it req…
163 See an example of **app.json** that enables audio playback in background:
174 "audio"
186 …or [ai/audio-recorder-polyfill](https://github.com/ai/audio-recorder-polyfill) in your application…
[all …]
/expo/docs/pages/versions/v47.0.0/sdk/
H A Daudio.mdx3 description: A library that provides an API to implement audio playback and recording in apps.
14 `Audio` from `expo-av` allows you to implement audio playback and recording in your app.
16 Note that audio automatically stops if headphones/bluetooth audio devices are disconnected.
18 …documentation/record) (source code is [on GitHub](https://github.com/expo/audio-recording-example)…
122 …/* @info iOS may reroute audio playback to the phone earpiece when recording is allowed, so disabl…
155 ### Playing or recording audio in background (iOS)
157 On iOS, audio playback and recording in background is only available in standalone apps, and it req…
161 See an example of **app.json** that enables audio playback in background:
172 "audio"
184 …or [ai/audio-recorder-polyfill](https://github.com/ai/audio-recorder-polyfill) in your application…
[all …]
/expo/packages/expo-camera/build/
H A DWebUserMediaManager.js51 constraints.audio = typeof audioConstraints !== 'undefined' ? audioConstraints : true;
57 return await sourceSelectedAsync(isMuted, props.audio, props.video);
59 const [audio, video] = await requestLegacyUserMediaAsync(props);
60 return await sourceSelectedAsync(isMuted, audio, video);
H A DWebConstants.js16 audio: false, property
H A DWebUserMediaManager.d.ts4 audio?: any;
/expo/packages/expo-updates/e2e/fixtures/project_files/eas-hooks/
H A Deas-build-on-success.sh47 $ANDROID_SDK_ROOT/emulator/emulator @$ANDROID_EMULATOR -no-audio -no-boot-anim 2>&1 >/dev/null &
49 …$ANDROID_SDK_ROOT/emulator/emulator @$ANDROID_EMULATOR -no-audio -no-boot-anim -no-window -use-sys…
/expo/packages/expo-av/build/Audio/
H A DRecording.types.js.map1audio or the final duration is the recording has been stopped.\n */\n durationMillis: number;\n…
H A DAudioAvailability.js.map1audio is not enabled.');\n }\n}\n\n// @needsAudit\n/**\n * Audio is enabled by default, but if yo…
/expo/packages/expo-media-library/build/
H A DExpoMediaLibrary.web.js17 audio: 'audio',
H A DExpoMediaLibrary.web.js.map1 …ge';\n },\n get MediaType(): MediaTypeObject {\n return {\n audio: 'audio',\n photo…
/expo/packages/expo-media-library/src/
H A DExpoMediaLibrary.web.ts21 audio: 'audio',
/expo/home/screens/DiagnosticsScreen/
H A Dindex.tsx86 description={`On iOS you can play audio${
88 …whether it plays when the device is on silent, and set how the audio interacts with audio from oth…
/expo/ios/versioned/sdk47/EXAV/EXAV/
H A DABI47_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
233 #pragma mark - Global audio state control API
354 …return ABI47_0_0EXErrorWithMessage(@"Expo Audio is disabled, so the audio session could not be act…
357 …ErrorWithMessage(@"This experience is currently in the background, so the audio session could not …
408 // Current audio session mode is lower than the required one
446 …// The "best practice" is to tear down and recreate the audio session, but we're choosing to no-op
501 #pragma mark - Internal audio recording helper methods
610 // so we track durationMillis independently of the audio recorder.
882 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
927 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
[all …]
/expo/ios/versioned/sdk48/EXAV/EXAV/
H A DABI48_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
233 #pragma mark - Global audio state control API
354 …return ABI48_0_0EXErrorWithMessage(@"Expo Audio is disabled, so the audio session could not be act…
357 …ErrorWithMessage(@"This experience is currently in the background, so the audio session could not …
408 // Current audio session mode is lower than the required one
446 …// The "best practice" is to tear down and recreate the audio session, but we're choosing to no-op
501 #pragma mark - Internal audio recording helper methods
610 // so we track durationMillis independently of the audio recorder.
882 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
927 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
[all …]
H A DABI48_0_0EXAudioRecordingPermissionRequester.m22 …EXErrorWithMessage(@"This app is missing NSMicrophoneUsageDescription, so audio services will fail…
/expo/ios/versioned/sdk49/EXAV/EXAV/
H A DABI49_0_0EXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
233 #pragma mark - Global audio state control API
354 …return ABI49_0_0EXErrorWithMessage(@"Expo Audio is disabled, so the audio session could not be act…
357 …ErrorWithMessage(@"This experience is currently in the background, so the audio session could not …
408 // Current audio session mode is lower than the required one
446 …// The "best practice" is to tear down and recreate the audio session, but we're choosing to no-op
501 #pragma mark - Internal audio recording helper methods
610 // so we track durationMillis independently of the audio recorder.
882 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
927 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
[all …]
/expo/packages/expo-av/ios/EXAV/
H A DEXAV.m186 // We need to clear audio tap before sound gets destroyed to avoid
233 #pragma mark - Global audio state control API
354 …return EXErrorWithMessage(@"Expo Audio is disabled, so the audio session could not be activated.");
357 …return EXErrorWithMessage(@"This experience is currently in the background, so the audio session c…
408 // Current audio session mode is lower than the required one
446 …// The "best practice" is to tear down and recreate the audio session, but we're choosing to no-op
501 #pragma mark - Internal audio recording helper methods
610 // so we track durationMillis independently of the audio recorder.
882 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
927 reject(@"E_MISSING_PERMISSION", @"Missing audio recording permission.", nil);
[all …]
H A DEXAudioRecordingPermissionRequester.m22 …EXFatal(EXErrorWithMessage(@"This app is missing NSMicrophoneUsageDescription, so audio services w…

12345