This program is an audio-player, written with help of Qt library. The program has user interface, similar winamp or xmms.
Features:
- Winamp and xmms skins support
- plugins support
- MPEG1 layer 1/2/3 support
- Ogg Vorbis support
- native FLAC support
- Musepack support
- WavePack support
- ModPlug support
- WMA support (and other formats provided by FFmpeg library)
- PCM WAVE support (and other formats provided by libsndfile library)
- AAC support
- CD Audio support
- CUE sheet support (experimental)
- WavPack embedded CUE support (experimental)
- FLAC embedded CUE support (experimental)
- ALSA sound output
- JACK sound output
- OSS sound output
- PulseAudio output
- Last.fm/Libre.fm scrobbler
- Spectrum Analyzer
- projectM visualization
- sample rate conversion
- bs2b dsp effect
- streaming support (MP3, Vorbis via IceCast/ShoutCast)
- removable device detection (via HAL)
- MPRIS support
- global hotkey support
- video playback via Mplayer
- lyrics support (using lyricsplugin.com)
Requirements:
- OS GNU Linux;
- Qt >= 4.3
- tar, unzip, bzip2, gzip
- libmad
- libvorbis
- libogg
- libalsa >= 1.0.1
- taglib >= 1.4.0
- curl >= 7.16
- flac >= 1.1.3
- libmpcdec >= 1.2.6
- jackit >= 0.102.5
- libsamplerate >= 0.1.2
- libmodplug >= 0.8.4
- libsndfile >= 1.0.17
- wavpack >= 4.41
- pulseaudio >= 0.9.9
- ffmpeg >= 0.4.9-pre1
- libcdio >= 0.80
- faad2 >= 2.6.1
- libbs2b >= 0.3.0
- libprojectM >= 1.2.0
- mplayer
- cmake >= 2.4.8 (for build only)