fierce-analyst-82328
08/06/2025, 5:34 PMtall-airline-16756
08/06/2025, 5:34 PMtall-airline-16756
08/06/2025, 5:36 PMawait AudioSession.configureAudio({
android: {
audioTypeOptions: AndroidAudioTypePresets.media,
},
});
• Test on Physical Device: Emulators often have higher latency and limited audio support. Testing on a real device can help confirm if the issue is emulator-specific.
• Debug Audio Outputs: Use AudioSession.getAudioOutputs()
to check available audio devices.
If the issue persists, let me know the Android API level of your emulator and any specific configurations you've applied. This will help narrow down the problem further.
Sources: README.md