Hi,
I am trying to read bytes from a wav file and send it across to a stream but it plays slowly. Could you please help me to know the right way of populating the byte[]?
Thanks for you help.
Hi,
I am trying to read bytes from a wav file and send it across to a stream but it plays slowly. Could you please help me to know the right way of populating the byte[]?
Thanks for you help.
are you using NAudio to both read the WAV file and play the data? you need to make sure you use the same WaveFormat at both ends