From 24ddc31290a05923b551881b6f9abe8491770b5d Mon Sep 17 00:00:00 2001 From: Andrey <50486086+DarkCat09@users.noreply.github.com> Date: Mon, 30 Aug 2021 20:21:27 +0400 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a1ef57..87d3212 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # audio-echo -Built from Google's NDK sample; plays raw data from microphone in real time +Built from Google's [NDK sample](https://github.com/android/ndk-samples/tree/main/audio-echo). + +Plays raw data from microphone in real time +using OpenSL ES.