Hi, I apologize if this has been answered before, I searched but didn't find anything. I'm wanting to capture the speaker output to be used alongside video encoding. To be more clear, if an audio file is playing on the machine, I want to capture that sound...If the computer receives a skype message, that notification noise should be captured also. Basically, I'm looking for a solution that does exactly what the 'SoundCapture.cpp' example does, but with the speaker output sound rather than the microphone input sounds. Is this doable with SFML? Any ideas would be very much appreciated, thanks.
Edit: Developing in/for Windows