there is an example of playing a-law from the network in the NAudio source-code. Look at the network streaming demo in the NAudioDemo project. The basic solution is to use a BufferedWaveProvider, and insert audio data into the buffer as it become available from the network
↧