将声音实现为震动?
我猜这将是某种震动监听器。但我想做的是当我摇动手机时播放声音。有人可以帮忙吗?我知道我总能通过某种方式看到他们。非常感谢任何帮助。
I am guessing that it would be a shake listener of some sort. but what I want to do is have the sound play when I shake the phone. could some one help? I know that there is a way I see them all the time. Any help is GREATLY appreciated.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
很简单,编写一个服务来使用设备传感器数据来判断震动。如果出现这种情况,请播放声音。
Simple, write a service to use device sensors data to figure out a shake. And if it does so, play a sound.