           SPELL=libayemu
         VERSION=0.9.5
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
        WEB_SITE=http://sashnov.nm.ru/libayemu.html
         ENTERED=20080207
     SOURCE_HASH=sha512:05beeb78f67a0d3aed5b61eef3734cfe94576c8b7f0a2be4152cf1ffac88f3efa8c5eb764fc47dbb275a70b0349f2b5c70a1524b1f226f0bc667fbbf2cab3ae6
      LICENSE[0]=LGPL
           SHORT="AY/YM sound chip (from ZX-Spectrum) emulation library."
cat << EOF
This is the AY/YM sound chip emulator. These chips was used in such computers
as Sinclair ZX Spectrum 128Kb (AY8912), Atari and some others.

This library allow to use AY/YM sound effects and music in your own programms,
games, demos, etc. User must pass to library array of AY/YM registers
(14-bytes) and library will generate sound stream by this. Library have
functions for handle .vtx files, doxygen format documentation and samples of
use the library API.

VTX format is made for store AY/YM song in lha5 complession. This library can
read sond info header and unpack lha5 compressed data from vtx file. There are
thousands songs from games, magazins, demos available from other sources in
internet. You can see http://vtx.microfor.ru/music.htm for example.
EOF
