Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.5.3, 6.6.2, 6.7.0 Beta3
-
macOS 14.3.1
MacBook Pro 13-inch, M1, 2020
-
7a06020c0 (dev), 8b3e1820c (6.7), aefb955d1 (6.6), 7b2f2a70e (tqtc/lts-6.5)
Description
Audio input devices list is not updated when connecting new device.
Relevant at least for:
Audio Recorder Example (Examples/<Qt Version>/multimedia/audiorecorder/)
Audio Source Example (/Examples/<Qt Version>/multimedia/audiosource/)
I suppose it doesn't depend on the platform or multimedia backend, but I reproduce it
stably at least on macOS and AirPods, with the next steps:
Steps to reproduce:
1. Pair AirPods with Mac Book via Bluetooth
2. Put AirPods into the case and close the lid, so it should look like this
3. Launch an example, Audio Recorder for instance, and observe Input devices list,
it should look like this
4. Open AirPods case and insert the earphone into your ear, so device become active and available in the system
4. Observe Input devices list in the example app.
Actual result: AirPods are not displayed in the Input devices list, so they are not available for selection by an user.
Expected result: AirPods should be displayed in the Input devices list, and available for selection by an user.
Attachments
Issue Links
- relates to
-
QTBUG-123045 [Examples] Qt warning on changing audio input in Audio Source example
- Closed