tree: e28ee99006fa23d7ef5e585d571dc9246099277b [path history] [tgz]
  1. meta/
  2. BUILD.gn
  3. README.md
  4. simple_capture.cc
  5. simple_capture.h
src/media/audio/examples/simple_capture/README.md

Simple Capture Example

This directory contains an example application that shows, in simplest possible implementation, how to capture audio via the lowest-layer FIDL protocols.

For usage of more advanced AudioCapturer features (such as usage of a reference clock, or configuring gain), see the wav_recorder utility.