Short: AC3 (Dolby Digital) audio decoder Author: Aaron Holtzman, Sebastian Jedruszkiewicz (Amiga port) Uploader: Sebastian Jedruszkiewicz Type: mus/play Version: 0.82 Architecture: m68k-amigaos; ppc-powerup Www: http://frogger.rules.pl/ Short: ------ AC3dec can decode and play a3c files. AC3 compression is used in DVD, for example. ac3dec if compiled for PowerUP, but should also work with ppc.lib emulation under WOS. 68k version is also available now. You wont be able to listen ac3 streams in realtime even on 060, but there is AIFF save mode, so at least audio can be decoded, and you can listen it with other tools, like play16. Oh - ac3_extract is not available anymore. Use Splitter (you can find it on Frogger home page) - it is better/faster. Usage: ------ ac3dec FILE,MODE/K,AHIUNIT/N: FILE - AC3 stream to play. MODE - output mode. right now only 4 exists: ahi - audio is played using ahi.device raw - decoded audio is saved as RAW to specified file. ASL pops up, and lets you select output file name. aiff - output sample to AIFF file. sndfile.library required. speed - test decoder speed. it gives info of decoding time and (hipotetic) playing time. And a play/decoding ratio. if ratio is >= 1, ac3 stream may/will be decoded in realtime. if not - sorry, go and buy faster machine. Deafult mode is AHI. AHIUNIT - specify ahi unit to play audio on. Default 0. Version History: ---------------- v0.62 - initial release v0.7 - fixed all problems with quality. - added FILE output. - added standard Amiga ReadArgs options handling. - some PPC specific optimizations. v0.71 - Fied bug which caused crash if no file was given. - Added AHIUNIT parameter. - Another sets of optimizations. Speedup > 80%. And thats not all of the optimizations I got in my head... - Added SPEED output mode. v0.8 - Another huge sets of optimizations. About 40% faster. v0.81 - Fixed problems with broken ac3 streams (neverending CRC errors...) v0.82 - Added CPU % usage in speed mode. - Added AIFF output (sndfile.library required) - Small speedup (1-2%) - 68k version available.