Is there sample code for simple audio playback? How about streaming audio playback?
Windows CE .NET ships with a very simple audio playback application which shows how to play short, simple .wav files, but does not show how to handle streaming playback—that is, files larger than available random access memory (RAM), or audio coming in over the network. The sample application is located, by default, in the public\common\sdk\samples\audio\wavplay directory.