Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no way to select device option in test input or test output usage using AutomatedTest #2138

Open
yafisdamda opened this issue Jan 15, 2025 · 0 comments
Labels

Comments

@yafisdamda
Copy link

yafisdamda commented Jan 15, 2025

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.

@yafisdamda yafisdamda added the bug label Jan 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant