tree: 95ad7c156aff9c26ce67261c53b551a373e42401 [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.