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.
jianglk.darker 7ee447c011
v811_spc009_project
4 months ago
..
src/main v811_spc009_project 4 months ago
README.md v811_spc009_project 4 months ago
build.gradle v811_spc009_project 4 months ago
screenshot.png v811_spc009_project 4 months 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.