I have some AudioFiles (.wav) and I want to merge them so that it first plays file1 then file2 and so on. I tried to use NAudio but I seems it dosn't work in .net core 5 (If I'm wrong, please someone explain).
and I tried to use this sample but it merges the file together and all the files play simultaneously. What should I do?