Search Issue Tracker
In Progress
Fixed in 6000.1.0b12, 6000.2.0a7
Fix In Review for 2022.3.X, 6000.0.X
Votes
0
Found in
2020.3.33f1
2021.3.1f1
2022.2.0a11
2023.1.0a22
2023.2.0a1
6000.0.40f1
6000.1.0b8
6000.2.0a4
Issue ID
UUM-403
Regression
No
Audio becomes mono and voice recording is chopped when recording audio using Bluetooth headphones with integrated microphone
Reproduction steps:
1. Open the "UUM-403.zip" project
2. Open "Assets/Scenes/SampleScene"
3. Connect any Bluetooth microphone to your computer
4. Modify lines 12 and 14 of the "Assets/AudioScript.cs" file to match the connected microphone and its bitrate respectively
5. Enter Play mode
6. Start speaking or make any sounds
7. Listen to the output
Expected result: The output sound is not choppy
Actual result: The output sound is choppy
Reproducible with: 2019.4.38f1, 2020.3.33f1, 2021.3.1f1, 2022.1.0f1, 2022.2.0a11, 2022.3.57f1, 6000.0.35f1, 6000.1.0b4, 6000.2.0a1
Reproducible on: macOS 15.2 (M1 Max)
Not reproducible on: Windows 11
Notes:
- Reproducible in the Editor and in the Player
- Not reproducible with a built-in computer microphone
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
- Crash on AudioMixer::GetFMODChannelGroup when entering Play Mode in a specific project
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
Resolution Note (fix version 6000.2.0a7):
On macOS, fixed an audio recording bug, where we would sometimes receive choppy input when using a Bluetooth microphone.