Phil Burk

Results 488 comments of Phil Burk

> The diff between the two releases for OpenSL ES only has two changes in the src/opensles folder. Oboe has code in common for AAudio and OpenSL ES. A change...

This may be related to a similar issue we saw recently for Output. #1567 We have a fix for Output. A similar fix may work for Input.

Please see: https://developer.android.com/ndk/reference/group/audio#aaudiostream_gettimestamp > Note that because requestStart() is asynchronous, timestamps will not be valid until a > short time after calling requestStart(). So AAUDIO_ERROR_INVALID_STATE should not > be considered...

What are the unintended side effects? What do you suggest as an alternative?

no-inline can be used to make a function that will always get called. Maybe do shifts and XOR on an input parameter that will get passed as zero. That might...

Thanks for the report. This is very concerning! We are now tracking the bug internally at: b/182320633 > Some users also reported that the app freezes upon opening. Is this...

Samsung replied: > We checked Pocket Shruti Box and Shruti Carnatic Tuner on 3 devices running Android 11. > > exynos9611: M21, A51 > exynos9810: Samsung Galaxy Note10 Lite >...

@rpatttabi - Thanks so much for your help with this. I really appreciate it. I am concerned about a deadlock when pausing or stopping a stream. If that locked up...

I just obtained a Samsung Note10 Lite ``` ro.product.manufacturer = samsung ro.product.model = SM-N770F ro.product.device = r7 ro.product.cpu.abi = arm64-v8a ro.build.description = r7naxx-user 11 RP1A.200720.012 N770FXXU7EUC6 release-keys ro.hardware = exynos9810...

I am reopening this because I am concerned that this may be related to a possible deadlock in the AAudio service. It is actually my highest priority bug at the...