well NAudio doesn't do any receiving of audio from the internet - you need to write that bit yourself, so it depends on your program. If you are using a NetworkStream, you will get data into a byte array, and need to copy it out.
↧
well NAudio doesn't do any receiving of audio from the internet - you need to write that bit yourself, so it depends on your program. If you are using a NetworkStream, you will get data into a byte array, and need to copy it out.