1--- 2name: Bug report 3about: Create a report to help us improve Oboe 4title: '' 5labels: bug 6assignees: '' 7 8--- 9 10Android version(s): 11Android device(s): 12Oboe version: 13App name used for testing: 14(Please try to reproduce the issue using the OboeTester or an Oboe sample.) 15 16**Short description** 17(Please only report one bug per Issue. Do not combine multiple bugs.) 18 19**Steps to reproduce** 20 21**Expected behavior** 22 23**Actual behavior** 24 25**Device** 26 27Please list which devices have this bug. 28If device specific, and you are on Linux or a Macintosh, connect the device and please share the result for the following script. This gets properties of the device. 29 30``` 31for p in \ 32 ro.product.brand ro.product.manufacturer ro.product.model \ 33 ro.product.device ro.product.cpu.abi ro.build.description \ 34 ro.hardware ro.hardware.chipname ro.arch "| grep aaudio"; 35 do echo "$p = $(adb shell getprop $p)"; done 36``` 37 38**Any additional context** 39 40If applicable, please attach a few seconds of an uncompressed recording of the sound in a WAV or AIFF file. 41