Is there sample code for simple audio capture? How about streaming audio capture?
Windows CE .NET ships with a very simple audio capture application that shows how to record short, simple .wav files, but does not show how to handle streaming capture—that is, files larger than available RAM, or audio being sent out over the network. The sample application is located, by default, in the public\common\sdk\samples\audio\wavrec directory.