ttp://developer.toradex.com/knowledge-base/audio-playback-(wince) example does not work with VF61. It returns an error stating that COM object with CLSID ‘{E436EBB3-524F-11CE-9F53-0020AF0BA770}’ cannot be created due to the following error: 0x80040154.
In the C# demo application for audio playback available on our developer website, a third party dll is used for using directshow in C#. However, DIrectshow is not available in our default WinCE image for Colibri VFxx so it is giving above error.
One can build a custom wince image using platform builder and include the directshow component if needed.