home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / ahisrc / docs / readme.main < prev    next >
Encoding:
Text File  |  1999-01-10  |  4.7 KB  |  138 lines

  1.  
  2. --------------------------------------------------------------------------------
  3.  
  4. TITLE
  5.  
  6.      AHI Audio system
  7.  
  8. VERSION
  9.  
  10.      Release 4
  11.  
  12. AUTHOR
  13.  
  14.      Martin Blom <martin@blom.org>
  15.  
  16. DESCRIPTION
  17.  
  18.      Retargetable Audio for AmigaOS
  19.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  20.  
  21.      (When refering to this software, the correct term is
  22.      'AHI audio system' or just 'AHI', never 'Audio Hardware
  23.      Interface'! 'AHI' is pronounced 'atchii', as in 'God bless!'.)
  24.  
  25.      Starting with version 3 of AHI, the MC68000 processor is also supported.
  26.      However, many features are lacking:
  27.  
  28.      · Very limited volime control when using 16 bit samples
  29.      · No HiFi mixing routines are available.
  30.      · No stereo samples
  31.      · No DSP effects are available.
  32.      · Less precision on some calculations
  33.      · Slower
  34.  
  35.      As you can see, this version is very primitive.  Get yourself an
  36.      accelerator!  I cannot guarantee that I will continue to support this
  37.      processor in the future.
  38.  
  39.      AHI now supports the PowerPC processor. Thanks to the users who
  40.      donated money and Syscom & Mematex AB who sponsored the hardware,
  41.      I was finally able you buy a Cyberstorm PPC card. The current
  42.      version is of PowerUp only, but a WarpUp version will follow later.
  43.  
  44.      Quick overview
  45.      ¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  46.  
  47.      * Driver based
  48.  
  49.      Each supported sound card is controlled by a library-based audio
  50.      driver. For a 'dumb' sound card, a new driver should be written in
  51.      a few hours. For a 'smart' sound card, it is possible to utilize an
  52.      on-board DSP, for example, to maximize performance and sound quality.
  53.      For sound cards with own DSP but little or no memory, it is possible
  54.      to use the main CPU to mix channels and do the post-processing
  55.      with the DSP. Available today are drivers for
  56.  
  57.      · Aura (sampler only)
  58.      · Clarity (sampler only)
  59.      · Concierto (Picasso IV sound module)
  60.      · Delfina DSP and Delfina Lite
  61.      · DraCo Motion
  62.      · Maestro Pro
  63.      · Melody Z2 and 1200
  64.      · Paula (8/14/14c bit)
  65.      · Prelude and Prelude 1200
  66.      · Toccata
  67.      · Wavetools
  68.      · 8SVX (mono) and AIFF/AIFC (mono & stereo) sample render
  69.  
  70.      * Fast, powerful mixing routines (yeah, right... haha)
  71.  
  72.      The device's mixing routines mix 8- or 16-bit signed samples, both
  73.      mono and stereo, located in Fast-RAM and outputs 16-bit mono or stereo
  74.      (with stereo panning if desired) data, using any number of channels
  75.      (as long as 'any' means less than 128...).  Tables can be used speed
  76.      the mixing up (especially when using 8-bit samples).  The samples can
  77.      have any length (including odd) and can have any number of loops.
  78.      
  79.      * Support for non-realtime mixing
  80.  
  81.      By providing a timing feature, it is possible to create high-
  82.      quality output even if the processing power is lacking, by saving
  83.      the output to disk, for example as an IFF AIFF or 8SXV file.
  84.      There are so-called HiFi mixing routines that can be used, which
  85.      use linear interpolation and gives 32 bit output.
  86.  
  87.      * Audio database
  88.  
  89.      Uses ID codes, much like Screenmode IDs, to select the many
  90.      parameters that can be set. The functions to access the audio
  91.      database are not too different from those in 'graphics.library'.
  92.      The device also features a requester to get an ID code from the
  93.      user.
  94.  
  95.      * Both high- and low-level protocol
  96.  
  97.      By acting both like a device and a library, AHI gives the programmer
  98.      a choice between full control and simplicity. The device API allows
  99.      several programs to use the audio hardware at the same time, and
  100.      the AUDIO: dos-device driver makes playing and recording sound very
  101.      simple for both the programmer and user.
  102.  
  103.      * Future Compatible
  104.  
  105.      When AmigaOS gets device-independent audio worth it's name, it should
  106.      not be too difficult to write a driver for AHI, allowing applications
  107.      using 'ahi.device' to automatically use the new OS interface. At
  108.      least I hope it wont.
  109.  
  110. SPECIAL REQUIREMENTS
  111.  
  112.      AmigaOS release 2.
  113.      MC68020 processor or better strongly recommended.
  114.  
  115. AVAILABILITY
  116.  
  117.      Aminet, for example:
  118.      ftp://ftp.germany.aminet.org/pub/aminet/dev/misc/ahidev.lha
  119.      ftp://ftp.germany.aminet.org/pub/aminet/mus/misc/ahiusr.lha
  120.  
  121.      WWW:
  122.      http://www.lysator.liu.se/~lcs/ahi.html
  123.  
  124. PRICE
  125.  
  126.      Free. But if you use it in a shareware of commercial product,
  127.      I would like a registered copy for me and each of the audio driver
  128.      authors (this is merely a wish, you don't have to do it if you don't
  129.      think we deserve it). See the AHI User's Guide for more information.
  130.  
  131.      Please note that the PowerPC-version is shareware.
  132.  
  133. DISTRIBUTABILITY
  134.  
  135.      Copyright ©1994-1999 Martin Blom.
  136.      Freely distributable in unmodified form.
  137.      See the AHI User's Guide for more information.
  138.