Did you see Vladimir Putin's New Year address to aliens last year?
Now you can communicate with the aliens. I took the code from: I would like to know if it is possible to record both line-in and line-out from a soundcard (full duplex). Changed it a little. See code below.
classProgram { staticvoid Main(string[] args) { rex.Data += newRecorderEx.DataEventHandler(rexData); rex.Open += newEventHandler(rexOpen); rex.Close += n...
No comments yet, be the first one to post comment.