• Home
Name Date Size #Lines LOC

..--

src/main/03-May-2024-1,5021,027

README.mdD03-May-2024672 2718

build.gradleD03-May-2024936 3935

screenshot.pngD03-May-202435.4 KiB

README.md

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### Customizing the App
19
20If you want to customize the effects processing then modify the
21onBothStreamsReady() method in "src/main/cpp/FullDuplexPass.h"
22
23### Caveats
24When first time starting audio devices, the stream may not be stable.
25The symptom is the strange callback pattern. This sample waits half a second
26for audio system to stablize. It is an estimate, it would vary on different platforms.
27