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
Opensles previously has had spotty performance in my testing. On newer versions of android it's supposed to be better, but they basically broke the driver. I know csip uses opensles on android and have their own driver, which I assume doesn't suck and they switch between that and java method, depending on phone model and api version. I did make the partial improvements to have both loaded in code, to ideally switch between the two so I could do more testing, but only got as far as the define (WEBRTC_ANDROID_OPENSLES) that's used in here: https://github.com/lukeweber/webrtc-src-override/blob/master/modules/audio_device/audio_device_impl.cc, but you could extend this pretty easily to switch between one or the other depending on device or some other params.
How I should configure webrtc to use OpenSLES for audio grabbing? Is it actually supported?
The text was updated successfully, but these errors were encountered: