Click here to Skip to main content
16,020,182 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi, I have been thinking. Would it be possible to record wave-out (or stereo-mix, whatever) while the wave-out is mute, and simultaneously play the recording and hear it. To clarify it further, the usage of such an app would be to correct the online streaming out-of-sync videos. The idea is to buffer ALL the sound from the PC and play it with a delay (user defined ofc). So, you see where the problem lies, the original wave has to be mute, but we have to hear the recording, and also the recorder must not record it's own output. Anyone has any thoughts, would that be even possible without hardware modifications?
Posted
Updated 24-Jun-12 8:48am
v2

1 solution

I suggest you abandon this method as it wont work reliably at all and look at correcting the codec problem you have.

Look at DirectShow and constructing filter graphs to play the media. There are also filter spys out there that will let you see the graph components that are playing the media. You can then figure out which one may have the problem as see if there are updated drivers for that type.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900