Short:        ZX-Spectrum sound kit
Author:       AmigaOS 4 port by Fredrik Wikstrom
Uploader:     Fredrik Wikstrom <fredrik a500 org>
Type:         mus/play
Version:      2.3
Architecture: ppc-amigaos
URL:          http://zxssk.sourceforge.net/

About this project:

This is the ZX-Spectrum sound kit project ("zxssk")

This project was registered on SourceForge.net on Aug 14, 2010, and is
described by the project team as follows:

Project core is a fast and accurate resampler, based on a FIR-filter, heavily
optimized for piecewise-constant functions. Above this is a clock-precise
AY-3-8910 (YM2149F) emulator. Front-ends are a win32 console app and Winamp
and GSPlayer plugins.

AmigaOS 4 port:

This port includes the zxssk core compiled as a static library (libzxssk.a)
and two commandline players (vtxplayer and uniplayer) which were provided as
examples in the zxssk source archive.

The code was not bigendian compatible but hopefully I have managed to fix all
of the endian problems in the code.

Audio output from vtxplayer and uniplayer requires AUDIO: so make sure that
the AUDIO dosdriver is in "DEVS:DOSDrivers" and AHI-Handler is in "L:".