audio mixer sample

  • Thread starter Thread starter Tal Sharfi
  • Start date Start date
T

Tal Sharfi

hi all

I need to playback two or more audio files ( .wav files) together.
let's say it's a song and a person speaking.

I need to control the volume of the two channels, so when the speaking
file is playing, the song volume is lowered.

can someone point me to a simple example in c-sharp (or other .net
language) thats implements some kind of audio mixer?

thanks in advance

tal sharfi
(e-mail address removed)
 
Hi

Just for not leaving the question open for people that will follow it…

the Audio object under the: Microsoft.DirectX.AudioVideoPlayback name
space does the job (well).

Tal
 
Back
Top