• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1LiveEffect Sample
2============
3
4This sample simply loops audio from input stream to output stream to demonstrate
5the usage of the 2 stream interfaces.
6
7Screenshots
8-----------
9
10![Screenshot](screenshot.png)
11
12
13### Stream Configurations
14- 48kHz
15- oboe::I16
16- stereo or mono
17
18
19### Caveats
20When first time starting audio devices, the stream may not be stable.
21The symptom is the strange callback pattern. This sample waits half a second
22for audio system to stablize. It is an estimate, it would vary on different platforms.
23
24