I m trying to play a set of audio wav files being sent over the network for playing as a overall sound stream. How do i get a set of these chunks to play one after the other with no sound breaks or blips using NAudio? I can have 1 file play, but I cant find a way to detect when one sound file ends or how to attach the 2nd sound file onto the 1st.
Currently when i try to play 2 files, the 1st track is cut off immediately and the only the final sound track is played properly
Any help would be greatly appreciated.