Page 1 of 1

TLiveAudio

PostPosted: October 26th, 2005, 10:37 am
by jj
I everybody.

First of all many compliments to the author... very clean way of writing components...that work too :wink:

I got a problem in live audio.. capturing audio from a video cam microphone. In few words everything works fine with a microphone separated from the cam... but when i try to use the micro integrated with the cam... th system seems to work for a while... then, suddenly, the audio is corrupteda nd volume gose 100%. The streams are right.... it seems that the audio from the cam came corrupted....

Any idea how to solve the problem?
many thanks

PostPosted: October 28th, 2005, 11:16 am
by Kambiz
Seems the problem is because of the camera's audio driver. Try to check the driver using Windows sound recorder.

If the driver is fine, set the prefered audio recording device to cam, then use WAVE_MAPPER as the device ID of the audio recorder. If this fixes the problem, you should check your code.