Re: Build virtual audio driver with Directsound and use with Skype?
- From: "Chris P. [MVP]" <msdn@xxxxxxxxxxxx>
- Date: Wed, 13 Sep 2006 10:22:00 -0400
On Wed, 13 Sep 2006 09:47:18 +0700, Paul wrote:
In DDK, I get i build msvad and get some .sys file then I install new
hardware with msvad.inf and the fuitable sys file. On the system have new
hardware was installed.( I chose Direcsound 2D hardware (WDM) )
I create an app (write in C++) can output (sound) what i say as input for
Skype.
But when i start my app and Skype to talk with other people (also use skype)
then the other only hear a strange sound, cannot hear as i said. Before, I
had set Playback Device (in Control Panel) and Audio In (in Skype) are the
virtual audio driver that built before.
You've built a sound driver, this sound driver is a "do nothing" example
that does not deliver the sound anywhere. If you set this driver as your
capture device and don't modify the sample to do anything useful is will
deliver crap.
It sounds like what you are trying to do is use your virtual audio device
as a relay, forwarding the sound on to the real audio device.
Unfortunately this is way beyond the scope of this group, and you will need
to refer to the .DDK groups for assistance.
can you help/show me how to the sound were transfered throught Sky app will
be same as I talk with using new driver? What does My app need to add to
control and send sound (i talk ) to sky and the other can hear with new
virtual driver? Do you have sample (source code) for these?
Kids these days, you want source code handed to you on a silver platter.
If there was source code for everything you wouldn't need programmers, just
people proficient in copying and pasting.
--
http://www.chrisnet.net/code.htm
http://www.avdevforum.com/AV
.
- Follow-Ups:
- References:
- Prev by Date: Re: find time difference between audio renderer clock & system clock
- Next by Date: Re: How to copy source/data of LDIRECTSOUNDBUFFER to LDIRECTSOUNDBUFFER8 variable.
- Previous by thread: Re: Build virtual audio driver with Directsound and use with Skype?
- Next by thread: Re: Build virtual audio driver with Directsound and use with Skype?
- Index(es):
Relevant Pages
|