tree: 338fc7722c651dc8b3429cc10c5bfdea359a0579 [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.