Short:        Library for playing Soundtracker-modules
Author:       Fredrik Wikstrom
Uploader:     Fredrik Wikstrom <fredrik a500 org>
Type:         util/libs
Version:      52.2
Architecture: ppc-amigaos

This is an API compatible reimplementation of Oliver Wagner's streplay.library.
Audio output is done as 16-bit, 44100 Hz, stereo using "ahi.device". Module
playback is done using an OS4 port of Ilkka Lehtoranta's "ptplay.library".

All library functions should be fully supported. It even supports the method
where you can close the library and leave a module playing and then some time
later open the library again and stop the playback.

Requirements:

 - AmigaOS 4.0 or newer
 - ptplay.library 2.6 (29.4.08)

Installation:

Copy streplay.library LIBS:

Changes:

52.2 (10-Aug-2009)
 - Fixed a minor but stupid bug in the playback code that would cause modules
   to start playing by themself immediately when loaded

52.1 (10-Aug-2009)
 - First released version