Environment
- expo-audio-studio version: 2.18.4
- Expo SDK version: 53.0l22
- Platform & OS version: Android 16
- Device: Pixel 6
Description
When I pair a BT mic on my android, it doesn't show up in the list when the devices auto-refresh. This issues isn't happening on ios.
Cross-Platform Validation
AudioPlayground Apps
Important: The AudioPlayground app exposes all features of the expo-audio-studio library with full customization:
- In the Record tab, toggle "Show Advanced Settings" to access all recording parameters
- In the Trim tab, you can test all audio processing capabilities
- All visualization and transcription features are available to test
- Try different audio devices, sample rates, and compression settings
Can this issue be reproduced in the AudioPlayground app?
Reproduction steps in the AudioPlayground app (including any settings you modified):
1.
2.
3.
Is the behavior consistent across platforms?
Configuration
// Please provide your recording configuration
const config: RecordingConfig = {
sampleRate: 44100,
// ... other options
};
Logs
Expected Behavior
Actual Behavior
Additional Context
Checklist
Environment
Description
When I pair a BT mic on my android, it doesn't show up in the list when the devices auto-refresh. This issues isn't happening on ios.
Cross-Platform Validation
AudioPlayground Apps
Important: The AudioPlayground app exposes all features of the expo-audio-studio library with full customization:
Can this issue be reproduced in the AudioPlayground app?
Reproduction steps in the AudioPlayground app (including any settings you modified):
1.
2.
3.
Is the behavior consistent across platforms?
Configuration
Logs
Expected Behavior
Actual Behavior
Additional Context
Checklist