This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Wavedev Implementation for Multiple Audio Interface

Hi All,

Software : Windows Embedded Compact 7

Hardware : Customized Hardware with OMAP4430 Processor

Presently my wave driver (wave.dll) supports only one device(Queried number of device instance that wave driver supports using WODM_GETNUMDEVS and it returned 1)

I would like to modify my wave driver to support more than one device.i have searched lot but could not get any info about how to modify

can you please help on how to modify my wave driver to support more than one device on OMAP4430?

share me if you have any document.Thanks in Advance

Purpose : Audio should play on the board using wav1 and Use wav2 to route the Audio through Bluetooth (here am trying to use wav2 since Audio play on the board also should go on)

-senthil