Capturing Window's audio in C# -


is possible record window's output sounds programmatically in c#? bit recording "what hear" or "stereo output" feature (without having select them)?

this called loopback recording, , is possible in windows. if have soundcard supports loopback (i checked on low-end toshiba laptop, , doesn't) can record straight loopback device using waveinopen etc. api, easy use in c#. note: recording audio in way entails reduction in quality, since audio signal converted analog output , re-digitized support loopback interface.

if don't have soundcard, wasapi let this. suppose wasapi can used c#, looks painful.


Comments

Popular posts from this blog

python - Scipy curvefit RuntimeError:Optimal parameters not found: Number of calls to function has reached maxfev = 1000 -

c# - How to add a new treeview at the selected node? -

java - netbeans "Please wait - classpath scanning in progress..." -