RV Compact MP3 Player is a minimal simple compact mp3 player with nice design, rich features and powerful built in sound spectrum visualization. The player provides a wide range of customization especially the sound spectrum.
Thank soundroll for tje nice music loop used in this file. See his Audio Jungle Portfolio
Key features:
- Minimal compact design
- XML Driven
- Dynamic spectrum line thickness
- Dynamic spectrum color
- Dynamic spectrum glow orientation
- Dynamic buffering time
- Dynamic scrolling speed if the text exceeds the display area size
- Source code included and well commented.
XML Configuration:
<config
SpectrumLineWidth="1"
SpectrumLineColor="0x00FF00"
SpectrumGlowDirection="horizontal"
bufferTime="10"
scrollSpeed="80"
/>
- SpectrumLineWidth: the thickness of spectrum line
- SpectrumLineColor: The color of spectrum line
- SpectrumGlowDirection: The direction / orientation of glow spectrum, vertical or horizontal
- bufferTime: Sound buffering time
- scrollSpeed: text scrolling speed
XML data:
<music
title="Rock it - Soundroll"
src="asset/rockit.mp3"
length="134426"
/>
- title: The title of this sound
- src: The main path to MP3 file
- length: The length of this MP3 file in millisecond.











