You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For both iOS and Android, the AudioContext will only ever play on the first device output that it was created in (Speakerphone, bluetooth device).
When a device is connected (or, start with the device and then disconnect), the audio will be silent. (From what I can see, all callbacks still register as if the audio was actually playing - but it's silent). If you switch back to the first output at that point, it's still also broken.
Checked both iOS + Android, ensured device volume was up etc.
Steps to reproduce
Launch any example audio demo that creates an AudioContext (with device set to play out speakers)
Play the audio to confirm working with speaker
Switch the audio output (connect bluetooth device, or set the output in control panel) to something else
Description
For both iOS and Android, the AudioContext will only ever play on the first device output that it was created in (Speakerphone, bluetooth device).
When a device is connected (or, start with the device and then disconnect), the audio will be silent. (From what I can see, all callbacks still register as if the audio was actually playing - but it's silent). If you switch back to the first output at that point, it's still also broken.
Checked both iOS + Android, ensured device volume was up etc.
Steps to reproduce
Snack or a link to a repository
https://github.com/software-mansion/react-native-audio-api/
React Native Audio API version
0.5.7
React Native version
0.79
Platforms
Android, iOS
JavaScript runtime
V8
Workflow
React Native
Architecture
Fabric (New Architecture)
Build type
Release app & dev bundle
Device
Real device
Device model
iPhone 15, Android a23, moer
Acknowledgements
Yes
The text was updated successfully, but these errors were encountered: