网络浏览器中的录音小程序/Flash

发布于 2024-10-24 12:58:43 字数 386 浏览 0 评论 0原文

我将在网站上制作一个录音插件/插件,该插件将录制音频并将其发送到服务器以进行进一步处理。我有两个建议;要么写一个java applet,要么使用flash。该服务应该适用于所有主要浏览器(IE,Firefox,chrome,..)。

我是这个开发领域的新手,正在寻找有关如何进行此操作的提示。每种解决方案的优点和缺点是什么?

对于java applet,您推荐什么Java语音API库?我想要一个简单的小型图书馆,我只需要语音输入。

另外,我对Flash开发感到困惑,我找不到任何关于开发的好的信息,adobe网站没有多大意义。 flash 的编程语言是什么?如何在 html 代码中实际运行它?我找到了 ActionScript 3,它是用来创建 Flash 插件的,它可以进行录音吗?

谢谢

I'm going to do a voice recording plugin/addon on a website that will record audio and send it to the server for further processing. I have had two suggestions; either write a java applet or use flash. The service is supposed to work for all major browsers(IE, Firefox, chrome,..).

I'm new to this area of development and is looking for tips on how to proceed with this. What is the pro's and con's for each solution?

For java applet, what Java speech API library do you recommend? I want a simple, small library, I only need voice input.

Also, I am puzzled by Flash development, I can't find any good information about development, the adobe website dosn't make much sense. What is the programming language for flash, and how do you actually run it in html code? I have found ActionScript 3, is that used to create Flash plugins and can it perform voice recording?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

放肆 2024-10-31 12:58:43

如果你想学习flash:

http://gotoandlearn.com/index.php

flash是如何运行的,在浏览器通过某些标签(通常是 javascript)调用 Flash 插件后,swf 文件将传递到 Flash 插件。 Flash 对象无缝加载到浏览器中以符合布局参数,然后在 ActionScript 虚拟机中执行 Flash 二进制文件 (swf),并将输出呈现到浏览器。

如果您想捕获用户声音输入并保存它,您可以在 Flash 中轻松完成此操作。这是一个实现此目的的最小库:

http://www.bytearray.org/?p=1858< /a>

If you want to learn flash:

http://gotoandlearn.com/index.php

How flash runs is, the swf files are passed to the flash plugin after the flash plugin as been invoked by the browser via certain tags, usually javascript. The flash objects are loaded seamlessly into the browser to conform to layout parameters and then the flash binaries (swfs) are executed in the actionscript virtual machine, with the output being rendered to the browser.

If you want to capture user sound input and save it, you can do this easily in flash. Here's a minimal library to accomplish just this:

http://www.bytearray.org/?p=1858

情感失落者 2024-10-31 12:58:43

ActionScript 3 用于创建 Flash 应用程序,最新版本可用于执行录音。我认为这绝对是以前的方式,因为 flash 比 java 更加分布和为用户所熟知。

ActionScript 3 is used to create Flash Applications and in the lastest versions can be used to perform voice recording. I think it is definatly the way to ago as flash is way more distributed and known to users then java.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文