home *** CD-ROM | disk | FTP | other *** search
-
-
- NOTE: You must edit either the Imakefile or the Makefile to
- and uncomment out the AUDIO DEFINES and Libraries for your
- machine type before compiling.
-
-
- --------------------------------------------------------------
- What's Supported
- --------------------------------------------------------------
-
- The following is a list of currently supported audio formats:
-
- AVI 8 and 16 bit RAW(PCM) mono/stereo.
- AVI ADPCM is supported.
- Quicktime 8 and 16 bit RAW(PCM) mono/stereo.
- Quicktime 8 and 16 bit TWOS(signed PCM) mono/stereo.
- Quicktime MAC6 is *NOT* supported. Hell, I don't even know
- what it is.
-
-
- --------------------------------------------------------------
- Generic Bug's
- --------------------------------------------------------------
-
- + JPEG codecs, because of their compute intensive nature, cause
- audio starvation(pops). Solution is to use +b option. Looking
- into other causes.
- + AVI ADPCM stop/start problems with Sun AU(or possibly all 8 bit
- devices). Works with 16 bit ok.
- + Remote Control Window colors not selectable.
- + HP support pseudo functional. Still needs a lot of work.
- + some odd width animations don't work with X11 Shared Memory
- extension(blank or garbage screen). Use -B as workaround.
- This is an XAnim bug.
-
- --------------------------------------------------------------
- New(or Fixes) to 2.69.7.4
- --------------------------------------------------------------
- + +Ae is now be made enabled by default.
- + SPEAKER env variable checked(INTERNAL/HEADPHONES/EXTERNAL/NONE).
- + RemoteControl Window made smaller and now has dynamically
- changing bitmaps to better indicate current function of
- the buttons.
- + RemoteControl window no longer overlaps Anim Window.
- + "+Ar" option enables/disables RemoteControl Window.
- + "z" window command pops creates/destroys RemoteControl Window
- on-the-fly.
- + More fine tuning of video/audio routines.
- + AVI ADPCM is no longer decompressed 1st. +f now works with
- this audio codec.
- + AVI JPEG Video Codec support added, including interleaved frames.
- + AVI MJPG Video Codec support added.
- + HP: finally code sound out of an HP. Code still has a ways to go.
- And HP Aserver library seems to be part of the problem.
-
- --------------------------------------------------------------
- New(or Fixes) to 2.69.7.3
- --------------------------------------------------------------
- + jpeg/Makefile fixed for env where RM was defined as rm -f
- + NAS: stop/starting was causing echos - fixed
- + NAS: fine tuned for across network latencies -- improved.
- + QT: Misinterpreted certain hdr info in QT RLE Codecs. Fixed.
- --------------------------------------------------------------
- New(or Fixes) to 2.69.7.2b
- --------------------------------------------------------------
- + Playback speed change broke audio anims > 65 seconds. - fixed.
- --------------------------------------------------------------
- New(or Fixes) to 2.69.7.2a
- --------------------------------------------------------------
- + Decided to include the Makefile for the jpeg directory this time. :^)
- + AF hard type was little endian, yet told library native endian.
- This didn't work on Suns(or other big endian machines) running AF.
- --------------------------------------------------------------
- New(or Fixes) to 2.69.7.2
- --------------------------------------------------------------
- Whole Bunch of Stuff
- + SGI: typo cause garbled audio.
- + ALL: remote control window should have correct colors.
- + ALL: Change playback speed now works again. Audio is halted
- while this is occuring.
- + ALL: More Video Codecs supported.
-
- + NEC: EWS support added by Bob Phillips (bobp@syl.nj.nec.com)
- + NAS: Net Audio support added by Bob Phillips (bobp@syl.nj.nec.com)
-
-
- --------------------------------------------------------------
- Configuring For Your Machine
- --------------------------------------------------------------
-
- You'll need to edit the Makefile or the Imakefile. Go to the Audio
- section and uncomment out the DEFINE's associated with your machine
- type. Make sure no other machine's DEFINE's are uncommented. That
- would be bad.
-
-
- --------------------------------------------------------------
- Sun Sparc Specific Info
- --------------------------------------------------------------
-
- IF YOUR ARE USING OPENWINDOWS THEN YOU MUST USE Makefile.unx
- AND YOU MUST EDIT THE CHANGES REQUIRED. This is because of
- bugs/deficiencies with the OpenWindows Athena libraries.
- See top of Makefile.unx for more details.
-
- Having some problems with gcc, because it wants to use it's
- own include files and they're usually wrong(or out of date).
- Use cc if this happens.
-
- If you are using Solaris, use the -DSOLARIS define in the Makefile.
-
- --------------------------------------------------------------
- Linux(soundcard) Specific Info
- --------------------------------------------------------------
-
- Compiles and runs on 8 bit and 16 bit sound cards(sound driver 2.5 and 2.99).
- Some video/audio syncing problem with driver 2.5 that got better with 2.99.
-
- --------------------------------------------------------------
- SGI Specific Info
- --------------------------------------------------------------
-
- If you have Irix 5.1 or greater then make sure you have installed
- the digital media development subsystem (dmedia_dev.sw.audio) off
- of the CD-ROM.
-
- If this isn't on your CD_ROM then read on...
-
- "according to the 5.2 readme first page, it says
- that the Audio Development software has been moved from
- the IDO to a purchasable option, IRIS media libraries. "
-
- And you either have to contact SGI and buy it($495) OR
-
- In the meantime, you can compile XAnim on an Irix 4.0.5 machine
- and the XAnim binary should work back on the original Irix 5.1
- or 5.2 machine.
-
- Once XAnim audio is stablized on SGI's, I should be able to provide
- an xanim executable. NOTE: I don't have nor can I legally distribute
- the SGI audio libraries and include files.
-
- --------------------------------------------------------------
- HP Specific Info
- --------------------------------------------------------------
-
- Written, but not working. :^)
-
- --------------------------------------------------------------
- AudioFile (AF) Specific Info
- --------------------------------------------------------------
-
- I haven't brought up AF yet on my machine. I'm assumming it work.
-
- --------------------------------------------------------------
- Net Audio (NAS) Specific Info
- --------------------------------------------------------------
-
- I haven't brought up NAS yet on my machine. I'm assumming it work.
-
- --------------------------------------------------------------
- Any comments, questions, bugs, fixes, etc email me at podlipec@wellfleet.com
-
- If you make changes to the audio code, please send entire
- xanim_audio.c file unless the patches are minor.
-
- --------------------------------------------------------------
-