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
I find that many android devices have the issue, the audio volume captured using oboe low latency by aaudio/opensles is obviously lower than non low latency mode, here is my test:
I find that many android devices have the issue, the audio volume captured using oboe low latency by aaudio/opensles is obviously lower than non low latency mode, here is my test:
device info:
ro.product.brand = samsung
ro.product.manufacturer = samsung
ro.product.model = SM-G988N
ro.product.device = z3q
ro.product.cpu.abi = arm64-v8a
ro.build.description = z3qksx-user 13 TP1A.220624.014 G988NKSU1HVJG release-keys
ro.hardware = qcom
ro.hardware.chipname = SM8250
ro.arch =
| grep aaudio = [aaudio.hw_burst_min_usec]: [2000]
[aaudio.mmap_exclusive_policy]: [2]
[aaudio.mmap_policy]: [2]
step1:
Open the oboetest -> RECORD AND PLAY -> Set the Recorder setting as folllows:
step2:
click the RECORD button and start record for some seconds ,then click STOP, here is the wav:
aaudio recorder with low latency.wav.zip
step3:
set the Perf to NONE, as follows:
and repeat step2, here is the wav
aaudio_recorder_without_low_latency.wav.zip
step4:
The first wav volume is obviously lower than the second one.
When i choose API to opensles, then has the same issue, the was as follows:
opensles_recorder_with_lowlatency.wav.zip
opensles_recorder_with_lowlatency.wav.zip
Then i do the test on other device, here is the result:
SM-S908N G4083 12 weak capture
SM-N960N GB036 10 ok
SM-N986N G9081 12 weak capture
SM-G977N GB037 12 ok
SM-N976N GB044 12 ok
SM-G986N GE067 12 weak capture
SM-N981N GF054 11 weak capture
SM-G996N GH019 13 weak capture
SM-G998N GH020 11 weak capture
SM-G991N GH088 11 weak capture
SM-A325N GH240 11 ok
SM-F711N GH267 14 weak capture
SM-S901N GH269 13 weak capture
Pixel 6a GH698 15 ok
SM-A235M GH484 13 weak capture
SM-S911N GH877 14 weak capture
It seems that 11/16 = 68.75% of devices have the same issue.
The text was updated successfully, but these errors were encountered: