Demo of using the Android NDK to do realtime DSP on recorded audio.
NDK_Demo is hosted in the following web site
https://github.com/waxspin/NDK_Demo
If you think the Android project NDK_Demo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of NDK_Demo.
Item | Value |
---|---|
Java File Count | 6 |
Target SDK Version | 10 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Required Permissions | android.permission.RECORD_AUDIO |
NDK_Demo has the following Java source files.
com.roundarch.ndkdemo.NDKDemoActivity.java com.roundarch.ndkdemo.threads.NDKDemoThread.java com.roundarch.ndkdemo.threads.PlaybackThread.java com.roundarch.ndkdemo.threads.ProcessingThread.java com.roundarch.ndkdemo.threads.RecorderThread.java