如何在Android中获取媒体播放器的幅度?
我想开发一个 vu 计,它能对声音做出反应,就像动态壁纸 有人可以帮我吗...
I want to develop an vu-meter and it reacts with sound, like a live-wallpaper
Can anybody help me...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用 MediaRecorder.getMaxAmplitude
此方法返回自上次调用此方法以来采样的最大绝对幅度。仅在 setAudioSource() 之后调用此函数。
http://developer.android.com/reference/android/media/MediaRecorder.html
Use MediaRecorder.getMaxAmplitude
This method returns the maximum absolute amplitude that was sampled since the last call to this method. Call this only after the setAudioSource().
http://developer.android.com/reference/android/media/MediaRecorder.html