Short: AHI Audio Player + Joystick Functions Author: Oliver Gantert Uploader: Oliver Gantert Type: util/libs Version: 4.0 Architecture: m68k-amigaos ------------------------------------------------------------------------------ lucyplay.library written by Oliver Gantert ------------------------------------------------------------------------------ This library offers functions to easily load and play samples via ahi.device V4 or better. There are no mixing features and nothing to configure, just load and play samples with the user's default audio mode at full volume. As a bonus, there is easy joystick/joypad handling using lowlevel.library V40. If you're porting software to the Amiga and want fast, easy sound and joystick support, this one's for you. And for everyone else, too ;) Supported audio formats (more to come) RIFF WAVE mono/stereo 8/16bit History 1.0 (18.06.2000) - audio init/kill/play/free/load 1.1 (24.06.2000) - fixed 8bit .wav loader 1.2 (04.07.2000) - audio stop/wait, joystick init/kill/read (first release) 1.3 (05.07.2000) - optimized lucJoyRead() 2.0 (14.07.2000) - new: lucJoyReadBool(), lucBestModeID() 3.0 (29.07.2000) - new: lucJoyInitForce(), install script 3.1 (27.08.2000) - internal changes, some more developer stuff added 4.0 (07.02.2001) - new: lucError(), internal changes Website http://home.t-online.de/home/LucyG http://drake.here.de Thanks to Thomas Aglassinger for the install script Andreas Hippauf for bug reports Martyn Capewell for suggestions Dámaso D. Estévez for MaxonBasic files (lucyplay V3) ------------------------------------------------------------------------------