How do I merge/join MP3 files with C#?

后端 未结 4 708
既然无缘
既然无缘 2020-12-03 13:22

I have a library of different words/phrases, and in order to build sentences at present I add a combination of these phrases into a playlist to make a sentence. Unfortunate

4条回答
  •  春和景丽
    2020-12-03 13:49

    MP3 files consist of "frames", that each represent a short snippet (I think around 25 ms) of audio.

    So yes, you can just concatenate them without a problem.

提交回复
热议问题