Finally here it is. The XAudio MP3 decoding engine for FreePascal. For an introduction and to download the files go to my homepage at http://come.to/jampy
IMPORTANT!
Before using XAudio/FPC you must read the original XAudio
license. When you download the library you agree you've read the license
and you agree to all terms of the license. If you don't you can't download
the library files. Note you are not allowed to distribute the library without
contacting MPegTV.
Please sign my guestbook
if you want use XAudio/FPC. Thanx :-)
Download XAudio/FPC
This includes everything
you need to compile a program using XAudio/FPC:
Unpacking
After downloading
the files you have to unpack (unzip) the files because they are compressed
using the PKZIP utility. Unpack the archives to two different, empty subdirectories.
ppc386 mp3wav -Flxaudio\libIn this example, the libraries (libxa.a, ...) are in the subfolder xaudio\lib. Note that even if the libaries are in the current path you have to that that to the linker:
ppc386 mp3wav -Fl.That's all. Fortunately XAudio doesn't need FPC patches like MIDAS/FPC.