How to select the required device in Test input or Output in automated test #2134
Unanswered
yafisdamda
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi ... can anyone please help on how i can select the device option in test input or output ?? using the automated test option for Oboe apk .. as mentioned below ? is it supported?
--ei buffer_bursts {bursts} // number of bursts in the buffer, 2 for "double buffered"
--es in_api {"unspecified", "opensles", "aaudio"} // native input API, default is "unspecified"
--es out_api {"unspecified", "opensles", "aaudio"} // native output API, default is "unspecified"
--es in_channel_mask {"mono", "stereo", "2.1", "tri", "triBack", "3.1", "2.0.2", "2.1.2", "3.0.2", "3.1.2", "quad", "quadSide", "surround", "penta", "5.1", "5.1Side", "6.1", "7.1", "5.1.2", "5.1.4", "7.1.2", "7.1.4", "9.1.4", "9.1.6", "frontBack"}
--es out_channel_mask {"mono", "stereo", "2.1", "tri", "triBack", "3.1", "2.0.2", "2.1.2", "3.0.2", "3.1.2", "quad", "quadSide", "surround", "penta", "5.1", "5.1Side", "6.1", "7.1", "5.1.2", "5.1.4", "7.1.2", "7.1.4", "9.1.4", "9.1.6", "frontBack"}
--ei in_channels {samples} // number of input channels, default is 2. This is ignored if in_channel_mask is set.
--ei out_channels {samples} // number of output channels, default is 2. This is ignored if out_channel_mask is set.
--ei sample_rate {hertz}
--es in_perf {"none", "lowlat", "powersave"} // input performance mode, default is "lowlat"
--es out_perf {"none", "lowlat", "powersave"} // output performance mode, default is "lowlat"
--es out_usage {"media", "voice_communication", "alarm", "notification", "game"} // default is media
--es in_sharing {"shared", "exclusive"} // input sharing mode, default is "exclusive"
--es out_sharing {"shared", "exclusive"} // output sharing mode, default is "exclusive"
--ez in_use_mmap {"true", 1, "false", 0} // if true then MMAP is allowed, if false then MMAP will be disabled
--ez out_use_mmap {"true", 1, "false", 0} // if true then MMAP is allowed, if false then MMAP will be disabled
Beta Was this translation helpful? Give feedback.
All reactions