问题描述
我试图制定编辑音频基本纲领,我有以下问题。我会选两首歌曲 - 单独的文件,不管格式 - 和他们加入之一。在这种情况下,执行这两个文件的合并。一个负责任的,并会在声音用最低的,一个最响亮的声音在前台。
I'm trying to develop a basic program for editing audio and I'm having the following problem. I would pick two songs - separate files, no matter the format - and joining them into one. In this case, do a merge of these two files. Where would a responsible and sound with the lowest and one with the loudest sound in the foreground.
仍需要合并这两个文件,最后的歌曲保存到磁盘。有谁知道帮我推荐任何图书馆所能,code或文章?
Would still need to merge these two files, the final song to be saved to disk. Does anyone know help me, recommending any library could, code, or article?
感谢。
推荐答案
有一个看
另外,请查阅此混合WAV曲目在C#中 - 一旦你有最终的WAV文件可以只带code它的MP3,如果这是你选择的格式
Also check out this article about mixing WAV tracks in C# - once you have the final WAV file you can just encode it to MP3 if that's your format of choice.
这篇关于两个音频文件合并在一个文件中,并保存在磁盘的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!