BS_Float2PCM v0.1 by DSPguru.
-----------------------------
this is a Float->PCM Conversion Effect.
its main purpose is to illustrate how to write a PlugIn for BeSweet that will act 
as an external encoder.

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 BS_Float2PCM.dll -func NoDither )
Description :
	A Float->PCM Convertor without Dithering..


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


DSPguru would like to thank Nic for being a cool dude ;).