Thought I would mention the following description is incorrect in ACS_WinMedia.pas.
It may have been valid with versions of the Windows Media Player prior to v11.
24-bit audio is not converted to 16-bit when HighPrecision is False.
(* Property: HighPrecision
Use HighPrecision to set the high precision decoding mode on or off.
In normal precision mode the decoder will produce only 16-bit 1 or 2 channel output, even if the input file is 24-bit multi-channel.
If you want to obtain 24-bit sound or more than two channels, set HighPrecision to True.
This property is set to True automatically if you assign to the <OutputChannels> property some value other than cnMonoOrStereo. *)
property HighPrecision : Boolean read FHighPrecision write SetHighPrecision;