Back to Ndk Samples

Native Audio

native-audio/README.md

latest677 B
Original Source

Native Audio

Native Audio is an Android sample that plays and records sounds with the C++ OpenSLES API using JNI. The recorder / players created are not in fast audio path.

This sample uses the new Android Studio CMake plugin with C++ support.

Note that OpenSL ES is deprecated from Android 11, developers are recommended to use Oboe library instead.

Screenshots

Known Issues

  • URI Player streaming is broken