Re: speaker output
- From: abilash <abilash@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Feb 2008 19:39:01 -0800
Hi Carl..tanx for your reply..but what i want is to do this
programatically...i would like to programaticallay save the speaker output as
a single file..is there any api or is der any directx facility to do so in
c#..????
"Carl Colijn" wrote:
abilash wrote:.
hi...
can anyone tell me how to capture speaker output and save it as a
recorded file...
or sound cardplayback buffer capture will also do...
Hi Abilash,
There are multiple ways by which you can accomplish this.
If your hardware supports this, it might be as simple as recording from the
"What U Hear" (or some similar name) input source; some sound cards enable
the output of the sound card to be used as a recording source.
An alternative might be to attach a cable from your soundcard's output jack
right into it's input (line in) jack. Depending on your contraints and
needs this might suffice. I think that audio quality might not be as good
with this solution as it would be with other solutions though, but maybe it
won't be noticeable enough in your situation.
A third option might be to use a specialized audio driver that identifies
itself as a soundcard to the system. Then use this device as your preferred
sound output device, and the device can then pass you the audio data that
flows through it. But this requires you to install extra drivers, and if
you have to build it yourself that won't be an easy task. On the other
hand, there are pre-build application that work on this principle that you
might use ("Virtual Audio Cable" comes to mind, although I have never used
it, so I can't comment on the usefullness).
There might be more options than these, maybe someone else can add to this
list?
Kind regards,
Carl Colijn
- Follow-Ups:
- Re: speaker output
- From: Chris P.
- Re: speaker output
- References:
- Re: speaker output
- From: Carl Colijn
- Re: speaker output
- Prev by Date: Re: 0x80040256 error in VirtualPC
- Next by Date: Queries regarding invoking WMP
- Previous by thread: Re: speaker output
- Next by thread: Re: speaker output
- Index(es):
Relevant Pages
|