Android Java project that shows how to record audio for particular time, how to use TimerTask and Handler class.
AudioTest is hosted in the following web site
https://github.com/mrahman252003/AudioTest
If you think the Android project AudioTest 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 AudioTest.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 18 |
Minimum SDK Version | 10 |
Activity Count | 1 |
Required Permissions | android.permission.RECORD_AUDIO android.permission.WRITE_EXTERNAL_STORAGE |
Asset File Names | assets\screen.png |
AudioTest has the following Java source files.
com.hemelix.audiotest.HandleAudioPlayerRecorder.java com.hemelix.audiotest.InterfaceAudioEvents.java com.hemelix.audiotest.MainActivity.java