C
C#10mo ago
2fur

❔ Cant merge the same audio file twice or more using WaveFileWriter.CreateWaveFile16();

Hello, Im trying to merge the audio files using NAudio, but if they repeat it doesnt cout it. Im currently using this code:
var playlist = new ConcatenatingSampleProvider(audioFileList);
WaveFileWriter.CreateWaveFile16(path + "\\result.wav", playlist);
var playlist = new ConcatenatingSampleProvider(audioFileList);
WaveFileWriter.CreateWaveFile16(path + "\\result.wav", playlist);
For example when Im trying to merge file "audio1" with "audio1" with "audio2" it only gives me something like: "audio1 + audio2" and doesnt have the second audio1 file
1 Reply
Accord
Accord10mo ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.