iank
2009-10-07 02:26:02 UTC
We are using the waveOut API to play audio in our application and are getting
an error from waveOutOpen.
We are cooperating with another application which also plays Audio and it
should have released the audio channel by the time we try to open it. As a
result, this error occurs intermittently. I had assumed that it was possible
for multiple applications to use the waveOut API to play audio and the
results would be mixed together. However, this does not seem to be the case.
Is exclusive use the normal behavior or is there something about the
configuration or driver that is causing this?
How can we fix or work around this behavior?
an error from waveOutOpen.
We are cooperating with another application which also plays Audio and it
should have released the audio channel by the time we try to open it. As a
result, this error occurs intermittently. I had assumed that it was possible
for multiple applications to use the waveOut API to play audio and the
results would be mixed together. However, this does not seem to be the case.
Is exclusive use the normal behavior or is there something about the
configuration or driver that is causing this?
How can we fix or work around this behavior?