home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD1.iso / GFX / viewer / XANIM3.LHA / AUDIO.readme < prev    next >
Encoding:
Text File  |  1994-12-30  |  6.8 KB  |  169 lines

  1.  
  2.  
  3. NOTE: You must edit either the Imakefile or the Makefile to
  4. and uncomment out the AUDIO DEFINES and Libraries for your
  5. machine type before compiling.
  6.  
  7.  
  8. --------------------------------------------------------------
  9. What's Supported
  10. --------------------------------------------------------------
  11.  
  12.    The following is a list of currently supported audio formats: 
  13.  
  14.      AVI 8 and 16 bit RAW(PCM) mono/stereo.
  15.      AVI ADPCM is supported.
  16.      Quicktime 8 and 16 bit RAW(PCM) mono/stereo.
  17.      Quicktime 8 and 16 bit TWOS(signed PCM) mono/stereo.
  18.      Quicktime MAC6 is *NOT* supported. Hell, I don't even know 
  19.         what it is.
  20.  
  21.  
  22. --------------------------------------------------------------
  23. Generic Bug's
  24. --------------------------------------------------------------
  25.  
  26.   + JPEG codecs, because of their compute intensive nature, cause
  27.     audio starvation(pops). Solution is to use +b option. Looking
  28.     into other causes.
  29.   + AVI ADPCM stop/start problems with Sun AU(or possibly all 8 bit
  30.     devices). Works with 16 bit ok.
  31.   + Remote Control Window colors not selectable.
  32.   + HP support pseudo functional. Still needs a lot of work.
  33.   + some odd width animations don't work with X11 Shared Memory
  34.     extension(blank or garbage screen). Use -B as workaround.
  35.     This is an XAnim bug.
  36.  
  37. --------------------------------------------------------------
  38. New(or Fixes) to 2.69.7.4
  39. --------------------------------------------------------------
  40.    + +Ae is now be made enabled by default.
  41.    + SPEAKER env variable checked(INTERNAL/HEADPHONES/EXTERNAL/NONE).
  42.    + RemoteControl Window made smaller and now has dynamically
  43.      changing bitmaps to better indicate current function of
  44.      the buttons.
  45.    + RemoteControl window no longer overlaps Anim Window.
  46.    + "+Ar" option enables/disables RemoteControl Window.
  47.    + "z" window command pops creates/destroys RemoteControl Window
  48.      on-the-fly.
  49.    + More fine tuning of video/audio routines.
  50.    + AVI ADPCM is no longer decompressed 1st. +f now works with
  51.      this audio codec.
  52.    + AVI JPEG Video Codec support added, including interleaved frames.
  53.    + AVI MJPG Video Codec support added.
  54.    + HP: finally code sound out of an HP. Code still has a ways to go.
  55.          And HP Aserver library seems to be part of the problem.
  56.  
  57. --------------------------------------------------------------
  58. New(or Fixes) to 2.69.7.3
  59. --------------------------------------------------------------
  60.    + jpeg/Makefile fixed for env where RM was defined as rm -f
  61.    + NAS: stop/starting was causing echos - fixed
  62.    + NAS: fine tuned for across network latencies -- improved.
  63.    + QT:  Misinterpreted certain hdr info in QT RLE Codecs. Fixed.
  64. --------------------------------------------------------------
  65. New(or Fixes) to 2.69.7.2b
  66. --------------------------------------------------------------
  67.    + Playback speed change broke audio anims > 65 seconds. - fixed.
  68. --------------------------------------------------------------
  69. New(or Fixes) to 2.69.7.2a
  70. --------------------------------------------------------------
  71.    + Decided to include the Makefile for the jpeg directory this time. :^)
  72.    + AF hard type was little endian, yet told library native endian.
  73.      This didn't work on Suns(or other big endian machines) running AF.
  74. --------------------------------------------------------------
  75. New(or Fixes) to 2.69.7.2
  76. --------------------------------------------------------------
  77. Whole Bunch of Stuff
  78.   + SGI: typo cause garbled audio.
  79.   + ALL: remote control window should have correct colors.
  80.   + ALL: Change playback speed now works again. Audio is halted
  81.          while this is occuring.
  82.   + ALL: More Video Codecs supported.
  83.  
  84.   + NEC: EWS support added by Bob Phillips (bobp@syl.nj.nec.com)
  85.   + NAS: Net Audio support added by Bob Phillips (bobp@syl.nj.nec.com)
  86.  
  87.  
  88. --------------------------------------------------------------
  89. Configuring For Your Machine
  90. --------------------------------------------------------------
  91.  
  92.   You'll need to edit the Makefile or the Imakefile. Go to the Audio 
  93.   section and uncomment out the DEFINE's associated with your machine
  94.   type. Make sure no other machine's DEFINE's are uncommented. That 
  95.   would be bad. 
  96.  
  97.  
  98. --------------------------------------------------------------
  99. Sun Sparc Specific Info
  100. --------------------------------------------------------------
  101.  
  102.   IF YOUR ARE USING OPENWINDOWS THEN YOU MUST USE Makefile.unx
  103.   AND YOU MUST EDIT THE CHANGES REQUIRED. This is because of
  104.   bugs/deficiencies with the OpenWindows Athena libraries.
  105.   See top of Makefile.unx for more details.
  106.  
  107.   Having some problems with gcc, because it wants to use it's
  108.   own include files and they're usually wrong(or out of date).
  109.   Use cc if this happens.
  110.  
  111.   If you are using Solaris, use the -DSOLARIS define in the Makefile.
  112.  
  113. --------------------------------------------------------------
  114. Linux(soundcard) Specific Info
  115. --------------------------------------------------------------
  116.  
  117.   Compiles and runs on 8 bit and 16 bit sound cards(sound driver 2.5 and 2.99).
  118.   Some video/audio syncing problem with driver 2.5 that got better with 2.99.
  119.  
  120. --------------------------------------------------------------
  121. SGI Specific Info
  122. --------------------------------------------------------------
  123.  
  124.   If you have Irix 5.1 or greater then make sure you have installed 
  125.   the digital media development subsystem (dmedia_dev.sw.audio) off
  126.   of the CD-ROM.  
  127.  
  128.   If this isn't on your CD_ROM then read on...
  129.  
  130.   "according to the 5.2 readme first page, it says
  131.    that the Audio Development software has been moved from
  132.    the IDO to a purchasable option, IRIS media libraries. "
  133.  
  134.   And you either have to contact SGI and buy it($495) OR
  135.  
  136.   In the meantime, you can compile XAnim on an Irix 4.0.5 machine
  137.   and the XAnim binary should work back on the original Irix 5.1
  138.   or 5.2 machine. 
  139.  
  140.   Once XAnim audio is stablized on SGI's, I should be able to provide
  141.   an xanim executable.  NOTE: I don't have nor can I legally distribute
  142.   the SGI audio libraries and include files.
  143.  
  144. --------------------------------------------------------------
  145. HP Specific Info
  146. --------------------------------------------------------------
  147.  
  148.   Written, but not working. :^)
  149.  
  150. --------------------------------------------------------------
  151. AudioFile (AF) Specific Info
  152. --------------------------------------------------------------
  153.  
  154.   I haven't brought up AF yet on my machine. I'm assumming it work.
  155.  
  156. --------------------------------------------------------------
  157. Net Audio (NAS) Specific Info
  158. --------------------------------------------------------------
  159.  
  160.   I haven't brought up NAS yet on my machine. I'm assumming it work.
  161.  
  162. --------------------------------------------------------------
  163. Any comments, questions, bugs, fixes, etc  email me at podlipec@wellfleet.com
  164.  
  165. If you make changes to the audio code, please send entire 
  166. xanim_audio.c file unless the patches are minor.
  167.  
  168. --------------------------------------------------------------
  169.