Re: manipulate audio buffer - capture stereo mix on ce .net device
- From: "Chris P. [MVP]" <msdn@xxxxxxxxxxxx>
- Date: Wed, 25 Jan 2006 09:54:18 -0500
On 24 Jan 2006 13:23:55 -0800, pommes wrote:
> Hi,
>
> I'm trying to build an windows ce .net application for pocket pc (ce
> .net 4.2) to test an Speech Recognition Software(Dragon Naturally
> Speaking)..
> All I want to do is to send an audio stream to the speech recognition
> application which should be recognized.
> In other words, I need to capture the audio output (stereo mix pin) and
> not mic input.
> However, I want to do the same like the Speech SAPI Sample "Using WAV
> File Input with SR Engines", but don't have any access to the
> speech recognition software source code.
> I really studied the sample "Recording and Playing Sound with the
> Waveform Audio Interface" provided by microsoft. I tried to
> manipulate the audio buffers before they are send to the speech
> recognition application. Could someone give me a hint to the right way
> of doing this. In fact, is it possible to,
>
> 1. modify the Waveform Api in order to manipulate the audio buffers
> before they are passed to the speech recognition software?
> 2. Is there any Application like "Virtual Audio Cable" or
> "Vsound" for Ce .net
> 3. or do I have to write a streaming interface driver (using eVC++ or
> Platform Builder?)
> 4. Is it possible to port "ActiveX Capture" to ce. Net?
>
> How do I get these audio driver samples mentioned in MSDN. Do I need
> Platform Builder 4.2 or the Ce DDK?
I'm not quiet sure I understand why it needs to be so complicated. Using
SAPI you can simply tell the SR engine to listen to the wave capture source
instead of the microphone.
Mind you I don't know much about CE so I'm not sure what version of SAPI is
available.
.
- Follow-Ups:
- References:
- Prev by Date: Re: Audio Mixing ?
- Next by Date: Re: manipulate audio buffer - capture stereo mix on ce .net device
- Previous by thread: manipulate audio buffer - capture stereo mix on ce .net device
- Next by thread: Re: manipulate audio buffer - capture stereo mix on ce .net device
- Index(es):
Relevant Pages
|