Is it possible to capture the rendering audio session from another process?
问题 I am taking my first dives in to the WASAPI system of windows and I do not know if what I want is even possible with the windows API. I am attempting to write program that will record the sound from various programs and break each in to a separate recorded track/audio file. From the reseacrch I have done I know the unit I need to record is the various audio sessions being rendered to a endpoint, and the normal way of recording is by taking the render endpoint and performing a loopback.