BASS_AAC 2.2.0.0

Files that you should have found in the BASS_AAC package
========================================================
README.TXT        General information (this file)
LICENSE.TXT       Copy of the GPL
LIBBASS_AAC.DYLIB BASS_AAC dynamic link library
C\
  BASS_AAC.H      BASS_AAC C/C++ header file

NOTE: The ZIP should be decompressed with the directory stucture maintained.


What is BASS_AAC?
=================
BASS_AAC is an extension to the BASS audio library, enabling the playback
of AAC and MP4 files and streams.


What are AAC and MP4?
=======================
Advanced Audio Coding (AAC) is a wideband audio coding algorithm that exploits
two primary coding strategies to dramatically reduce the amount of data needed
to convey high-quality digital audio. First, signal components that are
"perceptually irrelevant" and can be discarded without a perceived loss of audio
quality are removed. Next, redundancies in the coded audio signal are eliminated.
Efficient audio compression is achieved by a variety of perceptual audio coding
and data compression tools, which are combined in the MPEG-4 AAC specification.

More information can be found on http://www.vialicensing.com/products/mpeg4aac/standard.html.


Requirements
============
BASS 2.2 is required. libbass_aac.dylib will fail to load if libbass.dylib 2.2 is not
present.


Using BASS_AAC
==============
The AAC and MP4 formats are used in the same way as any of the built-in
BASS stream formats. Simply call BASS_PluginLoad to load the add-on into BASS
and benefit the usage of the standard sample/stream/URL/user functions, or
call the BASS_AAC_StreamCreateFile/URL/user functions.


Latest Version
==============
The latest versions of BASS_AAC can be found on the MaresWEB website:

http://www.maresweb.de


Copyright
=========
Copyright 2002-2005, MaresWEB. All rights reserved.
Portions copyright 2003, M. Bakker, Nero AG. All rights reserved.

All trademarks and other registered names contained in the BASS_AAC
package are the property of their respective owners.


Disclaimer
==========
BASS_AAC is provided "as is" and without warranties of any kind, either express
or implied. The author assumes no liability for damages, direct or consequential,
which may result from the use of BASS_AAC.

By using this software, you agree to the following conditions:

- BASS_AAC is distributed under the GPL (see LICENSE.TXT).

- For commercial use of BASS_AAC, please contact Nero AG at
  http://www.audiocoding.com/modules/contact_ahead

- AAC is a patented technology. To use it in your software,
  please obtain a license from Via Licensing at
  http://vialicensing.com/products/request.cfm


Credits - API/Sample Contributors
=================================
C/C++ - Sebastian Andersson
Delphi - Sebastian Andersson
Visual Basic - Sebastian Mares

Many thanks to Ian Luck and Sebastian Mares for general help and tips!


Costs
=====
The BASS_AAC library is free to use. You may freely distribute the BASS_AAC package
as long as no fee is charged and all the files remain intact and unmodified.

If you would like to support the development of BASS_AAC, please donate something to
the following PayPal account:

https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=sebastian%2eandersson%40gmail%2ecom&item_name=BASS%20Add%2dOns&item_number=1&no_shipping=1&no_note=1&tax=0&currency_code=EUR


History
=======
2.2.0.0 - 2005-10-02
--------------------
* First release