适用于 Eclipse 的 Android 声音入门项目
是否有一个适用于 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试 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.
这个项目: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.