tree: eaff0ae1801f346a47310559424e911649fa1bcc [path history] [tgz]
  1. BUILD.gn
  2. README.md
  3. simple_capture.cc
  4. 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.