Example #1
0
void SndAl_StartCapture( void )
{
	if ( alCaptureDevice != NULL )
	{
#ifndef _WIN32
		alContext = qalcCreateContext( alDevice, NULL );
#endif
		qalcCaptureStart( alCaptureDevice );
	}
}
Example #2
0
static
void S_AL_StartCapture( void )
{
	if (alCaptureDevice != NULL)
		qalcCaptureStart(alCaptureDevice);
}