Phil Burk

Results 488 comments of Phil Burk

> The same recording process applied to the Samsung S20 has a different result. This sounds like a separate issue. If so please file a separate bug report so they...

This has been reported to Qualcomm as [b/222301335](http://b/222301335) | Redmi Note 8 Ginkgo - Voice Assistant interferes with microphone recording

Qualcomm was not able to reproduce this. It does seem specific to Xiaomi. We will contact Xiaomi. New bug visible to Xiaomi at [b/226408733](http://b/226408733)

Thanks for the detailed report. That phone is described here: https://www.gsmarena.com/samsung_galaxy_core_prime-6716.php There are warnings in the log about things that OpenSL ES does not support. But I do not see...

OpenSL ES does not support setting the device menu. But there are two oboe:Usages that map to that OpenSL stream: case Usage::VoiceCommunication: case Usage::VoiceCommunicationSignalling: openslStream = SL_ANDROID_STREAM_VOICE; It gets set...

> I wonder if we could incorporate a "variable CPU load" test into OboeTester? OboeTester TEST OUTPUT has a "workload" fader.

> I will investigate adding StabilizedCallback as an option to OboeTester TEST OUTPUT. The UI is getting crowded. Lets discuss that for a later PR.

We need to rethink this strategy based on the latest research. Recent analysis indicates that stabilized callback can cause more glitches if the CPU scheduler is using PELT. [b/202441352](http://b/202441352) |...

@rene-dohan - Oboe normally works fine. So there must be something unique about the parameters you are passing. What are the values for sampleRate, framesPerBuffer and audioApi? I would like...

@rene-dohan - Thanks for the additional information. > E/libOpenSLES: pAudioSnk: numChannels=3019898997 Oh! That is very bad. Why is it using OpenSL ES? OpenSL ES is deprecated but it should still...