tree: cb0e00ffca622d9e326201b08be1badad717853a [path history] [tgz]
  1. src/
  2. build.gradle
  3. README.md
  4. screenshot.png
samples/LiveEffect/README.md

LiveEffect Sample

This sample simply loops audio from input stream to output stream to demonstrate the usage of the 2 stream interfaces.

Screenshots

Screenshot

Stream Configurations

  • 48kHz
  • oboe::I16
  • stereo or mono

Caveats

When first time starting audio devices, the stream may not be stable. The symptom is the strange callback pattern. This sample waits half a second for audio system to stablize. It is an estimate, it would vary on different platforms.