1
0
Fork 0
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
hmz007 6d24f2138b
Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56)
3 years ago
..
src/main Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
README.md Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
build.gradle Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago
screenshot.png Rockchip Anroid12_SDK 20220721-rkr10 (e1522e56) 3 years ago

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

Customizing the App

If you want to customize the effects processing then modify the onBothStreamsReady() method in "src/main/cpp/FullDuplexPass.h"

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.