]> 4ch.mooo.com Git - 16.git/blob - src/lib/doslib/ext/faad/readme
wwww
[16.git] / src / lib / doslib / ext / faad / readme
1 faad2 library.
2 Ported to MS-DOS/OpenWatcom by Jonathan Campbell.
3
4
5 Notes:
6
7 - The source code here is basically a copy of libfaad downloaded from
8   sourceforge. It has been modified to compile with Open Watcom instead
9   of GNU GCC & Make. Filenames are slowly being changed to fit within
10   the 8.3 DOS filename limit. Until that process is complete, you will
11   need a LFN-enabled DOS environment (such as Windows) or a Linux host,
12   to compile this code.
13
14 - This compiles to 32-bit code only. The library doesn't act right when
15   compiled as 16-bit. Decoding sorta works but the audio flutters, and
16   memory corruption happens. Someday I or someone else will take this
17   code and produce a modified version optimized for 16-bit real-mode
18   DOS.
19
20 - This program has Covox/Disney on LPT support. It works with DOSBox's
21   emulation as far as I know, but I do not have the actual hardware to
22   test against.
23
24 - This program supports Sound Blaster, Gravis Ultrasound, LPT DAC, and
25   PC speaker for sound output. Do not use Sound Blaster playback with
26   Gravis Ultrasound SBOS/MEGA-EM, it will not work. PC speaker playback
27   may sound glitchy or scratchy depending on background interrupt
28   activity on your system. When using PC speaker output, make sure your
29   DOS extender can handle the timer interrupt being fired at a high
30   tick rate. If it cannot, your system will hang.
31