使用带有c#的asp.net将amr文件转换为wav文件 [英] converting amr file to wav file using asp.net with c#

查看:251
本文介绍了使用带有c#的asp.net将amr文件转换为wav文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何使用带有c#的asp.net将amr文件格式转换为wav文件格式?

解决方案

您可以尝试通过以下方式查找编解码器源代码:此处列出的参考文献: http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Software_support [ ^ ]。



许多代码都是开源的(我记得VLC和FFmpeg都是)但不幸的是,大多数是在C语言中,在C ++中不太可能。



以下是您可以做的事情:







经过短暂的搜索,我找不到任何现成的C#代码;有很多项目,但大多数只是提出答案的问题...在CodeProject和Google中寻找答案。是的,你可以尝试找别的......





祝你好运,

-SA


这是关于.NET的VLC组件绑定的更新有用信息:

http://sourceforge.net/projects/libvlcnet/ [ ^ ],

https://wiki.videolan.org/C_Sharp/ [ ^ ],

https://wiki.videolan.org/.Net_Interface_to_VLC/ [ ^ ]。



值得注意的是,您可以找到使用该组件的材料WPF和 System.Windows.Forms



-SA

how to convert amr file format to wav file format using asp.net with c#?

解决方案

You can try to find the codec source code by the references listed here: http://en.wikipedia.org/wiki/Adaptive_Multi-Rate_audio_codec#Software_support[^].


Many of the codes are open-source (I remember VLC and FFmpeg are) but, unfortunately, mostly in C, less likely in C++.


Here is what you can do:




After a short search, I could not find any ready-to-use C# code; there are many items but most of them are just question with the answers advising to… search for an answer in CodeProject and Google. Yes, you can try to find something else…



Good luck,
—SA


This is the updated useful information on the VLC component binding for.NET:
http://sourceforge.net/projects/libvlcnet/[^],
https://wiki.videolan.org/C_Sharp/[^],
https://wiki.videolan.org/.Net_Interface_to_VLC/[^].

Notably, you can find material for using the component for both WPF and System.Windows.Forms.

—SA


这篇关于使用带有c#的asp.net将amr文件转换为wav文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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