Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/main/ | 23-Nov-2023 | - | 1,502 | 1,027 | ||
README.md | D | 23-Nov-2023 | 672 | 27 | 18 | |
build.gradle | D | 23-Nov-2023 | 936 | 39 | 35 | |
screenshot.png | D | 23-Nov-2023 | 35.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 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