Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 862 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 862 Bytes

Android Low Latency Audio

This repo is the example made by Android Dev Summit using the oboe library demonstrating how low-latency audio can be achieved.

Usage

Clone this repo with the oboe dependency (git submodule) using this command:

git clone git clone --recurse-submodules https://github.com/kohnech/android-lowlatency-audio.git

and open it in android studio. Run it with AVD or an Android device and by tapping on the app screen you will hear a 50 Hz square wave with low latency output.

Resources

TODOs:

Add suport for audio input (mic) echoing to output.