Displaying 1 result from an estimated 1 matches for "gvideocapturestream".
Did you mean:
gvideocapturestreams
2005 Nov 26
1
Re: [iglance] iGlance audio/video pipeline
...ws:
>
> 1. Audio is captured in "GNonPortable_Win32.cpp". Take a look at
> GAVCaptureOpen( ) and IGCaptureAudioListener -- this lower-level than
> you need, but it's good to know the start of the chain.
>
> 2. GVideoCaptureService manages a list of GVideoCaptureStreams (one
> stream for each online buddy). GVideoCaptureStream::onAudioFrame( )
> listens for audio samples, and then encodes them with
> GSpeexEncoder::encode( ).
>
> 3. GSpeexEncoder is where the denoising will certainly go. The
> GSpeexEncoder constructor ini...