Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

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

screenshot

Known Issues

  • URI Player streaming is broken