BS_AC3 v0.1 by DSPguru.
-----------------------
this is an AC3 encoder for BeSweet.
It's based on The simplest AC3 encoder, by Gerard Lantau.


License
--------
Released under GNU LESSER GENERAL PUBLIC LICENSE. 
read attached LPGL.txt for more details.
	

Information
-----------
Usage :
BeSweet -core(..) -ota(..) -azid(..) -ssrc(..) -boost(..) -lame(..) -2lame(..) -ogg(..) -split( .. ) -plugin( .. )

core   switches mainly sets files arguments & engine behavior.
azid   switches sets the AC3 decoding paremeters.
ssrc   switches sets Sample-Rate conversion parameter.
boost  switches sets Dynamic-Compression paremeters.
2lame  switches sets the MP2 encoding paremeters.
lame   switches sets the MP3 encoding paremeters.
ogg    switches sets the OGG encoding paremeters.
ota    switches sets the Overall Track paremeters.
plugin switches allows BeSweet to use an external plug-in.


Supported effects
-----------------
Command :
	-plugin( -name ac3enc.dll -func Standard -6ch )
Description :
	Standard AC3 Encoder. No special settings.


More info of Dg's work can be found at DSPguru's website :
	http://DSPguru.doom9.net/
for updates about this program, visit Doom9's "Audio Encoding" forum :
	http://forum.doom9.net/forumdisplay.php?s=&forumid=11


Contact
--------
Contact information of original developer :

Homepage : http://ffmpeg.org/
e-mail   : fabrice.bellard@free.fr


DSPguru would like to thank Fabrice Bellard & Gerard Lantau for ffmpeg.