| commit | b2d5a3135e4ac04cd6590e00ec774bc3be6a87c5 | [log] [tgz] |
|---|---|---|
| author | Mu-Le Lee <mulelee@google.com> | Wed Jun 05 10:52:47 2024 +0800 |
| committer | Mu-Le Lee <mulelee@google.com> | Tue Jul 09 21:39:24 2024 +0800 |
| tree | 61f2b4bf591c1ed31d5f68c60c9ceb1f93a8f3cd | |
| parent | 0e039ad254468f47da3f785b10556e27d9141272 [diff] |
Add config of audio device
Use audioConfig{bool useMicrophone, bool useSpeaker} to configure the
audio device.
Bug: 325930215
Test: play and capture sound on a Pixel device
Test: arecord -D hw:0,0 -f dat /tmp/tmp
Test: aplay -D hw:0,0 -f dat /tmp/tmp
Change-Id: I2949e48abd9a9226007e069a5141813021557977
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: