home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 25 / amigaformatcd25.iso / websites / amidoom / ahiusr.readme < prev    next >
Text File  |  1998-02-11  |  5KB  |  147 lines

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