在asp.net中合并/合并/加入多个.wav文件 [英] Merge/combine/join multiple .wav files in asp.net

查看:51
本文介绍了在asp.net中合并/合并/加入多个.wav文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我的项目中有一项要求。我有.wav格式的多个音频文件;我想将它们合并/组合/加入到单个.wav文件中并将其下载到所有文件。



我使用了ffmpeg,命令行复制命令NAudio但它没用。如果有其他方法可以帮到我,请建议我。



谢谢和问候,

Krunal Panchal

Hello everyone,

I have one requirement in my project. I have multiple audio files in .wav format; I want to merge/combine/join them into a single .wav file and make it download to all.

I have used ffmpeg , command line copy command NAudio but it is of no use. Please suggest me if any other way is available which could help me.

Thanks & Regards,
Krunal Panchal

推荐答案





看看这里:

http://stackoverflow.com/questions/6777340/how-to-join-2- or-more-wav-files-together-together-programatically [ ^ ]

使用C#2005连接波形文件 [ ^ ]

http://stackoverflow.com/ questions / 340646 / merge-wav-files-in-c-sharp [ ^ ]

C#WAV文件类,音频混合和一些轻音频操作 [ ^ ]
Hi,

Have a look here:
http://stackoverflow.com/questions/6777340/how-to-join-2-or-more-wav-files-together-programatically[^]
Concatenating Wave Files Using C# 2005[^]
http://stackoverflow.com/questions/340646/merge-wav-files-in-c-sharp[^]
C# WAV file class, audio mixing, and some light audio manipulation[^]


使用DOS的复制命令



例如:copy / b 1.wav 2.wav 3.wav mix.wav



并将文件保存到我的文件夹.....



它对我来说效果很好.... :) :) / br / >


感谢和问候,

Krunal Panchal
used copy command of DOS

eg : copy /b 1.wav 2.wav 3.wav mix.wav

and saved the file to my folder.....

It worked very well for me .... :) :)

Thanks & Regards,
Krunal Panchal


这篇关于在asp.net中合并/合并/加入多个.wav文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆