* Onda VX747: add browse screen, pitchscreen, context menu, quickscreen, rewind...
[kugel-rb.git] / apps / codecs / libasap / README
blobd43a872b250b82b4cff8de8cc9d313ed60ee4ca6
1 ASAP - Another Slight Atari Player
2 ----------------------------------
4 ASAP is a player of Atari 8-bit music for modern computers.
5 It emulates the POKEY sound chip and the 6502 processor.
6 The project was initially based on the routines from the Atari800 emulator,
7 but the current version has a completely new original emulation core.
9 The ASAP project includes the following programs:
10 * ASAP2WAV - portable command-line utility that generates WAV files
11 * WASAP - tiny player for Windows
12 * plugin for Apollo
13 * plugin for foobar2000 0.9
14 * plugin for GSPlayer
15 * plugin for MOC
16 * plugin for Winamp
17 * plugin for XMMS
18 * DirectShow source filter (for Windows Media Player)
19 * Java version of ASAP2WAV
20 * Java applet
21 * Java midlet
22 * C# version of ASAP2WAV
24 The following input formats are supported:
25 * SAP (Slight Atari Player - standard file format for playing Atari 8-bit
26   music on modern computers)
27 * CMC (Chaos Music Composer)
28 * CMR (CMC Rzog)
29 * DMC (DoublePlay CMC)
30 * MPT (Music ProTracker)
31 * MPD (MPT DoublePlay)
32 * RMT (Raster Music Tracker)
33 * TMC, TM8 (Theta Music Composer 1.x)
34 * TM2 (Theta Music Composer 2.x)
36 If you are looking for Atari 8-bit music, there is a single big collection
37 of it called Atari SAP Music Archive (http://asma.atari.org).
39 If you are interested in the ASAP project, please subscribe its mailing list:
40 https://lists.sourceforge.net/lists/listinfo/asap-users
41 As in the Atari800 project, this is a combined list for end users
42 and for developers. Once you subscribe, you can post comments, ideas
43 and questions about ASAP. They will be answered ASAP. ;-)
45 If, for some reason, you do not want to subscribe the mailing list,
46 but have a bug report, feature request or a small code patch, you can use
47 the sf.net tracker. Use "Bugs", "Feature Requests" or "Patches" link
48 on this page:
49 http://sourceforge.net/projects/asap/
51 ASAP is free software; you can redistribute it and/or modify it
52 under the terms of the GNU General Public License as published
53 by the Free Software Foundation; either version 2 of the License,
54 or (at your option) any later version.
56 ASAP is distributed in the hope that it will be useful,
57 but WITHOUT ANY WARRANTY; without even the implied warranty
58 of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59 See the included GNU General Public License for more details.