Author: HazelHazel
Date: Sep 8, 2008 14:07
Hi,
We are using the PlaySound() API to play some wav files (which we load to
the memory and play the stored file). Our program works fine when we run it,
however if we run it in a remote desktop session, the sound doesn't get
transmitted over even though we have specified the option to "Bring to this
computer" the remote computer sound. If we use SoundPlayer() there is no
issue, also if we play any sound using soundplayer and then use PlaySound()
the issue goes away. it seems like we need to "wake up the audio stream"
first.
This issue came up only after we moved to .Net 2.0.
Any suggestions?
Thank you,
Hazel
|