thanks. i checked, same here. maybe a wiki article on the functionality would be benefitial for users.
If you produce a good write up of the Bit Depth issue when using the WDM Driver, that I can understand and verify, then I will add it to the
WDM Driver Wiki Article.
It will need to discuss the implications of using DirectSound in Windows when you play back say a 24bit audio file via the WDM Driver, if that driver is set to 16bit. i.e. DirectSound does a conversion of the 24bit audio to 16bit audio before passing it to the WDM Driver. The implications are different if the player being used can output in WASAPI of course.
For example, I tested the 16/24bit issue by playing a 24bit/96kHz file using Windows Media Player and the WDM Driver set to a Default Format of 16bit/48kHz, and MC showed the audio input as 16bit/48kHz in the Audio Path. When I set the Default Format of 24bit/48kHz, MC showed the audio input as 24bit in the Audio Path. So Windows DirectSound was converting the 24bit audio to 16bit before passing it to MC. It was also converting 96kHz to 48kHz.
What happens if you play a file using a player that can be output via WASAPI?
Those are just my brief thoughts of what should be in an article. Get to it, if you wish. Just post the article here and I will attempt to verify and then post to the Wiki. Note that I may (probably will
) edit what you write, if it seem necessary.