Android Open Source - Development file LoopPlayer






Project Summary

Basic code showing how to load a WAV file in Android from SDCARD, read it into an AudioTrack and play it looped out the speaker.

Web Site / Source Repository

LoopPlayer is hosted in the following web site
https://github.com/nikolatesla20/LoopPlayer

If you think the Android project LoopPlayer listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of LoopPlayer.

ItemValue
Java File Count1
Target SDK Version17
Minimum SDK Version11
Activity Count1
jar files usedandroid-support-v4.jar
Required Permissionsandroid.permission.READ_EXTERNAL_STORAGE
android.permission.WRITE_EXTERNAL_STORAGE




License

The license information of LoopPlayer is as follows:

MIT License

Java Source Files

com.example.looppedal.MainActivity.java