WMAEnc - By Nic
------

Encodes WAV to WMA7

The general opinion is that WMA7 can be better than WMA8!

This is debatable but you could use this following guide:

Bitrate                 Suggested Codec
-------                 ---------------
32kbps                        WMA8
48kbps                        WMA8
64kbps                        WMA8
80kbps                        WMA7 or WMA8 (similar)
96kbps                        WMA7 (for me, but for others WMA8 is best)
128kbps                       WMA7

WMAEnc infile.wav outfile.wma audio_setting
The audio settings are contained in Audio.txt
e.g.
WMAEnc fight_club.wav fight_club.wma 80_44_2

Encodes to 80kbps bitrate, 44100 sampling rate, 2 channels

(If there is an error while trying to encode then you need the WMA7 Redist - should work
with WMA8 redist though (i.e. download WM8EUtil)


Of Course WM8EUtil (from Microsoft.com/windowsmedia) is best for encoding WMA8
Use:
WM8EUtil -input fight_club.wav -output fight_club.wma -a_setting 80_44_2

