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