mmq - minimalist music queue ============================ Goal: To play arbitrary audio files gaplessly and continuously without needing a predefined queue. mmq is an exercise in minimalism, we're more about avoiding needless features than anything else. We're not sure what other features mmq may have, but we won't be swayed by creeping featurism found in mainstream audio players. mmq may be used standalone or managed by a larger application. It may eventually become suitable for use in embedded Linux platforms, even those without an MMU or FPU. mmq is (only) build-time configurable and may eventually support builds with a variety of audio decoders and output platforms. Currently, FLAC (via libFLAC), Ogg-Vorbis (via Tremor), MP3 (via libMAD) decoding and zero-copy audio output via SALSA (and ALSA) are implemented. * http://mmq.bogomips.org/ * git://bogomips.org/mmq * http://bogomips.org/mmq.git * mmq@librelist.org Copyright (C) 2010-2012 Eric Wong et al. (see changelogs or git) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License, version 3 for more details. You should have received a copy of the GNU General Public License, version 3, along with this program. If not, see https://www.gnu.org/licenses/gpl-3.0.txt