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
Android version(s): 15/16
Android device(s):
Oboe version: 1.6.0
App name used for testing:
(Please try to reproduce the issue using the OboeTester or an Oboe sample.)
Short description
I wanted to use the automated method described here: https://github.com/google/oboe/blob/main/apps/OboeTester/docs/AutomatedTesting.md
I am not able to select few config options mainly device from the command line params as explained above
is it not supported?? Steps to reproduce
give the below command is adb
*adb shell am start -n com.mobileer.oboetester/.MainActivity
--es test input
--ei sample_rate 16000 --ei device 54
--ei in_channels 2 * Expected behavior
Obostester app will launch with the above parameters for test input Actual behavior
Its launching with default device id Device
Please list which devices have this bug.
If 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.
for p in \
ro.product.brand ro.product.manufacturer ro.product.model \
ro.product.device ro.product.cpu.abi ro.build.description \
ro.hardware ro.hardware.chipname ro.arch "| grep aaudio";
do echo "$p = $(adb shell getprop $p)"; done
Any additional context
If applicable, please attach a few seconds of an uncompressed recording of the sound in a WAV or AIFF file.
The text was updated successfully, but these errors were encountered:
Android version(s): 15/16
Android device(s):
Oboe version: 1.6.0
App name used for testing:
(Please try to reproduce the issue using the OboeTester or an Oboe sample.)
Short description
I wanted to use the automated method described here: https://github.com/google/oboe/blob/main/apps/OboeTester/docs/AutomatedTesting.md
I am not able to select few config options mainly device from the command line params as explained above
is it not supported??
Steps to reproduce
give the below command is adb
*adb shell am start -n com.mobileer.oboetester/.MainActivity
--es test input
--ei sample_rate 16000
--ei device 54
--ei in_channels 2 *
Expected behavior
Obostester app will launch with the above parameters for test input
Actual behavior
Its launching with default device id
Device
Please list which devices have this bug.
If 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.
Any additional context
If applicable, please attach a few seconds of an uncompressed recording of the sound in a WAV or AIFF file.
The text was updated successfully, but these errors were encountered: