https://github.com/felixpalmer/android-visualizer

A View subclass that Takes the input from the Android MediaPlayer and displays visualizations, like in iTunes or WinAmp

The Visualizer is designed to be modular, so it is very easy to combine visualizations to create more complex effects.

It's easy to create your own custom visualizations or combine/edit existing ones. Below are a few examples:

A pair of frequency distributions.


This is an example which uses the FFT data rather than the raw audio waveform

Line visualization


Draws the audio waveform on screen, pulsing on prominent beats

Circle visualization


Draws the audio waveform in a circle, with the radius changing over time

Combined visualization


A combination of all the above

  

更多相关文章

  1. 代码中设置drawableleft
  2. android 3.0 隐藏 系统标题栏
  3. Android开发中activity切换动画的实现
  4. Android(安卓)学习 笔记_05. 文件下载
  5. Android中直播视频技术探究之—摄像头Camera视频源数据采集解析
  6. 技术博客汇总
  7. android 2.3 wifi (一)
  8. AndRoid Notification的清空和修改
  9. Android中的Chronometer

随机推荐

  1. python 网络编程02
  2. Python安装模块(numpy等)问题的两种解决办
  3. 如何在Python Django中附加数组字段
  4. [置顶] linux 下安装python cx_O
  5. 使用Python写HTML 文件使用jinja2中的模
  6. 【项目实战】自监控-09-DataFrame索引操
  7. django / python:具有多个表的原始sql
  8. 在创建表时执行Django fixture
  9. 安装Python3.6.3+spyder
  10. Python:2D Numpy数组(矩阵) - 查找负数之和(