PLEASE HELP ME! (playing audio)

  • Thread starter Thread starter suki
  • Start date Start date
S

suki

Hi!

I play a video using mciSendString - statements.
The audio is played by the on-board sound device (default sound)
Can anyone tell me how to send this sound to an output of my (4
channel) sound card device?

Please help me.. !

suki
 
suki said:
I play a video using mciSendString - statements.
The audio is played by the on-board sound device (default sound)
Can anyone tell me how to send this sound to an output of my (4
channel) sound card device?

You already asked this question, and it still has nothing to do with .NET or
C#. It's not surprising you didn't get an answer here. You might want to
try a newsgroup that actually relates to the use of the Windows multimedia
API.

Though, do keep in mind that the MCI stuff has been supplanted by DirectShow
(video), DirectSound (audio), and DirectMusic (MIDI). I'm not even aware of
a way to specify an audio output device when using MCI to play back video.
It may not be possible.

Pete
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top