适用于 Eclipse 的 Android 声音入门项目

发布于 2024-08-25 22:00:17 字数 65 浏览 5 评论 0原文

是否有一个适用于 Android 的 Hello Sound 项目示例,它将展示如何创建可变音调和持续时间的蜂鸣声?

Is there an example Hello Sound project for Android that will show how to create beep sounds of a variable tone and duration?

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

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

发布评论

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

评论(2

会傲 2024-09-01 22:00:17

尝试 API 演示

声音在
http://开发人员。 android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/index.html

完整列表为

http://developer.android.com/resources/samples/ApiDemos/index.html

将整个包部署到模拟器/手机上看看有什么正是在包装中。其范围相当广泛。

Try the API demos

Sound is in
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/index.html

The full list is

http://developer.android.com/resources/samples/ApiDemos/index.html

Deploy the entire package to an emulator / phone to see what exactly is in the package. It's quite extensive.

神妖 2024-09-01 22:00:17

这个项目:http://code.google.com/p/chromadoze/ 非常棒如何在 Android 中使用声音做一些事情的示例。

只需创建一个克隆:svn checkout http://chromadoze.googlecode.com/svn/trunk/chromadoze-read-only

,然后将其导入 Eclipse 中。

This project: http://code.google.com/p/chromadoze/ is a GREAT example of how to do some stuff with sound in Android.

Just create a clone: svn checkout http://chromadoze.googlecode.com/svn/trunk/ chromadoze-read-only

and then import it in Eclipse.

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