rockbox/apps/codecs/libasap
Jens Arnold 6421f94c0d Silence warning from 'ar' if the archive had to be created.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20151 a1c6a512-1295-4272-9138-f99709370657
2009-03-01 09:04:15 +00:00
..
acpu.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
apokeysnd.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
asap.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
asap.h Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
asap_internal.h Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
CREDITS Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
libasap.make Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
players.h Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
README Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
README.rockbox Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
SOURCES Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00

ASAP - Another Slight Atari Player
----------------------------------

ASAP is a player of Atari 8-bit music for modern computers.
It emulates the POKEY sound chip and the 6502 processor.
The project was initially based on the routines from the Atari800 emulator,
but the current version has a completely new original emulation core.

The ASAP project includes the following programs:
* ASAP2WAV - portable command-line utility that generates WAV files
* WASAP - tiny player for Windows
* plugin for Apollo
* plugin for foobar2000 0.9
* plugin for GSPlayer
* plugin for MOC
* plugin for Winamp
* plugin for XMMS
* DirectShow source filter (for Windows Media Player)
* Java version of ASAP2WAV
* Java applet
* Java midlet
* C# version of ASAP2WAV

The following input formats are supported:
* SAP (Slight Atari Player - standard file format for playing Atari 8-bit
  music on modern computers)
* CMC (Chaos Music Composer)
* CMR (CMC Rzog)
* DMC (DoublePlay CMC)
* MPT (Music ProTracker)
* MPD (MPT DoublePlay)
* RMT (Raster Music Tracker)
* TMC, TM8 (Theta Music Composer 1.x)
* TM2 (Theta Music Composer 2.x)

If you are looking for Atari 8-bit music, there is a single big collection
of it called Atari SAP Music Archive (http://asma.atari.org).

If you are interested in the ASAP project, please subscribe its mailing list:
https://lists.sourceforge.net/lists/listinfo/asap-users
As in the Atari800 project, this is a combined list for end users
and for developers. Once you subscribe, you can post comments, ideas
and questions about ASAP. They will be answered ASAP. ;-)

If, for some reason, you do not want to subscribe the mailing list,
but have a bug report, feature request or a small code patch, you can use
the sf.net tracker. Use "Bugs", "Feature Requests" or "Patches" link
on this page:
http://sourceforge.net/projects/asap/

ASAP 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 2 of the License,
or (at your option) any later version.

ASAP 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 included GNU General Public License for more details.