Hi,
This is likely one of those questions that will make you eyes roll up, please bear with me.
We need to be able to reproduce both a long wav file in loop together with a list of short wav files of 1-5 seconds.
We all know this is not possible by using the usual PlaySound / sndPlaySound API provided by the system.
The first alternative suggested on google is to pick DirectSound instead.
I have a few questions:
- Is it possible to have it on CE7? What does it take, do we need to import a dll on the device?
- Is it going to be as non-straigthforward and complex to use to develop as it has been (at least for me) with DirectShow?
- But mostly, how can we be user that it does support audio mixing compared to PlaySound? because here is it said it doesn’t support it for Vista, so I doubt it does for the WEC;
- Any help also in retrieving this API is highly appreciated.
PS: We have two line products, one running on T20 WEC7 and the other on VF61 WEC6, I’ll need to know for both of them
Thank you.
Colibri T20 256MB IT V1.2A , Custom board, WEC7 BSP 2.1; and
Colibri VF61 V1.2B, Custom board, WEC6 (I’ll add more details if needed)