Silverlight 音频组件
您知道可以在 Silverlight 中使用的任何好的商业或免费音频/声音组件(在客户端更好)吗?
所需功能:
- 可视化(波形、峰值等、缩放、编辑音量、平移、开始和结束标记等)
- 编辑(通道:音量、平移、静音、淡入淡出等、合并、剪切、复制、粘贴等) 、效果)
- 混合不同的音轨,
- 以 Silverlight 可用(压缩)格式创建缩混导出结果
我发现的一些有用的项目:
Saluse MediaKit for Silverlight (MP3 解码器、音频预处理器、可视化工具、效果)
Do you know any good commertial or free audio / sound components that can be used in Silverlight (better on the client)?
Desired features:
- visualizing (waveform, peakform etc., zoom, editing volume, pan, start and end markers etc.)
- editing (channels: volume, pan, mute, fading, etc., merge, cut, copy, paste, etc., effects)
- mixing different sound tracks, creating a downmix
- exporting result in some in Silverlight usable (compressed) formats
Some useful projects that I've found:
Saluse MediaKit for Silverlight (MP3 decoder, AudioPreProcessor, visualizers, effects)
Microsoft Design Toolbox sound mixer (incl. source code and video) and Demo
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不知道有什么工具或库能够完全满足您的需求,但是这个 Silverlight 库也许能够帮助您了解如何实现这些功能。它更适合用作声音发生器,而不是用于编辑和混音,但控制音量、声像和混音的原理位于源代码中:
http://silversynth.codeplex.com/
该库仅支持未压缩的 PCM 波音频。
I don't know of any tools or libraries that do exactly what you're looking for, but this Silverlight library might be able to help you understand how to implement those features. It is more meant to be used as a sound generator than for editing and mixing, but the principles of controlling volume, panning, and mixing are in the source code:
http://silversynth.codeplex.com/
The library only supports uncompressed, PCM wave audio.