summaryrefslogtreecommitdiff
path: root/apps/codecs/asap/README
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/asap/README')
-rw-r--r--apps/codecs/asap/README59
1 files changed, 59 insertions, 0 deletions
diff --git a/apps/codecs/asap/README b/apps/codecs/asap/README
new file mode 100644
index 0000000000..d43a872b25
--- /dev/null
+++ b/apps/codecs/asap/README
@@ -0,0 +1,59 @@
1ASAP - Another Slight Atari Player
2----------------------------------
3
4ASAP is a player of Atari 8-bit music for modern computers.
5It emulates the POKEY sound chip and the 6502 processor.
6The project was initially based on the routines from the Atari800 emulator,
7but the current version has a completely new original emulation core.
8
9The 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
23
24The 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)
35
36If you are looking for Atari 8-bit music, there is a single big collection
37of it called Atari SAP Music Archive (http://asma.atari.org).
38
39If you are interested in the ASAP project, please subscribe its mailing list:
40https://lists.sourceforge.net/lists/listinfo/asap-users
41As in the Atari800 project, this is a combined list for end users
42and for developers. Once you subscribe, you can post comments, ideas
43and questions about ASAP. They will be answered ASAP. ;-)
44
45If, for some reason, you do not want to subscribe the mailing list,
46but have a bug report, feature request or a small code patch, you can use
47the sf.net tracker. Use "Bugs", "Feature Requests" or "Patches" link
48on this page:
49http://sourceforge.net/projects/asap/
50
51ASAP is free software; you can redistribute it and/or modify it
52under the terms of the GNU General Public License as published
53by the Free Software Foundation; either version 2 of the License,
54or (at your option) any later version.
55
56ASAP is distributed in the hope that it will be useful,
57but WITHOUT ANY WARRANTY; without even the implied warranty
58of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
59See the included GNU General Public License for more details.