Search Issue Tracker
Fixed
Fixed in 2021.3.26f1, 2022.2.20f1, 2023.1.0b19, 2023.2.0a6
Votes
1
Found in
2020.3.42f1
2021.3.14f1
2022.1.23f1
2022.2.0b16
2023.1.0a20
2023.2.0a1
Issue ID
UUM-19505
Regression
No
[iOS] If "Force iOS Speakers when Recording" setting is enabled audio is playing through the device speakers when Bluetooth headphones are connected
How to reproduce:
# Open the attached "MicrophoneAudio-TestProject-master.zip" project
# Go to Edit > Project Settings > Player > Other Settings
# Make sure that only the "Force iOS Speakers when Recording" setting is enabled
# Build and Run the "SampleScene" Scene for the iOS Platform
# Connect headphones to the iOS device
# In the App, click "Start-1" and "Play"
# Say something into the device's microphone
Expected result: Audio is played through the headphones
Actual result: Audio is played through the device's speakers
Reproducible with: 2020.3.42f1, 2021.3.14f1, 2022.1.23f1, 2022.2.0b16, 2023.1.0a20
Notes:
- The issue is not reproducible if the "Mute Other Audio Sources" setting is enabled
- The issue is not reproducible if the "Prepare iOS for Recording" setting is enabled
Reproducible with devices:
- VLNQA00352 - iPhone 12 Pro (MGML3ET/A), CPU: A14 Bionic, GPU: Apple designed
- VLNQA00258 - iPhone Xs Max (MT502ET/A), CPU: A12 Bionic, GPU: Apple designed, OS: 13.2
- VLNQA00346 - iPad Air (4th generation)
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse device is disabled in Play Mode when the "Device Simulator" tab is present as an inactive tab and Game view is not maximised
- GameObject with the Visual Effect Component is not rendered in the Scene view when it is reenabled in the Inspector and the Play mode is paused
- Prefab icon blends in when selected in Project window with the Light Editor theme enabled
- Textures from other Sprites in the Assets leak into Sprite Renderer Sprites when Sprite Atlas v2 is used
- Errors “UI Error: Invalid GUILayout state in TestRunnerWindow view“ and “ArgumentException: An item with the same key has already been added“ are present when running tests with names that duplicate after truncation in the Test Runner window
Resolution Note (fix version 2023.2.0a6):
Fixed a bug with the player settings "Force iOS Speakers when Recording". It wasn't working properly when "Mute Other Audio Sources" and "Prepare iOS for Recording" were both disabled. It was also not working correctly with wired headphones, where the setting should have no effect.