将简短的音频剪辑放在网站上以便用户可以立即点击并收听的最佳服务/工具是什么?

发布于 2024-08-24 16:57:25 字数 658 浏览 3 评论 0原文

我正在制作一个外语抽认卡网站,我希望在其中提供100s的短3-10音频 可供用户点击并收听的文件。

所以我正在寻找一个工具/服务,例如 YouTubeScreenr.com但是对于音频来说,例如:

  • 允许我轻松上传多种音频文件:mp3、wav等。
  • 易于在线管理它们(删除、替换)
  • 有一个简单的小型播放器(例如flash),可以很好地集成到任何网站中

或者有人用构建了类似的东西>Silverlight,例如,我可以将 mp3 文件的名称作为对象元素中的参数发送到哪里?

I'm making a foreign language flashcard website in which I want to have 100s of short 3-10 second audio files available for users to click and listen.

So I am looking for a tool/service such as YouTube or Screenr.com but for audio which e.g.:

  • allows me to easily upload multiple kinds of audio files: mp3, wav, etc.
  • easy to manage them online (delete, replace)
  • has a simple, small player (e.g. flash) that integrates nicely into any site

Or has anyone built something like this with Silverlight, e.g. where I could send the name of an mp3 file as a parameter in the object element?

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

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

发布评论

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

评论(1

鸢与 2024-08-31 16:57:25

对于 3-10 秒的声音文件,您可以将它们作为任何其他文件使用。如果您有 100 个,则存储空间不会太大。它们很容易通过http 传输。

我认为您不需要服务或网站来处理这么多数据。有一个播放声音的 jQuery 插件。将其嵌入到您的网页中即可完成。

For 3-10 second sound files, you can just serve them as any other file. If you have 100 of them, it will not amount to much storage. They are easily transmitted over http.

I don't think you need a service or site for that amount of data. There's a jQuery plugin that plays sound. Embed that into your web pages and you're done.

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