OSDN Git Service

Added Visualizer effect.
authorEric Laurent <elaurent@google.com>
Fri, 2 Jul 2010 15:12:41 +0000 (08:12 -0700)
committerEric Laurent <elaurent@google.com>
Wed, 7 Jul 2010 18:00:28 +0000 (11:00 -0700)
commit873f21c820ea1be2aa61d0708d7b68795b1a9c1e
tree4fa2a554af98602d8ab03354eb28acb0e8d8a45b
parentb14c3e7e933c39a2f3c9086116c226eab45e4fdd
Added Visualizer effect.

The visualizer enables application to retrieve part of the currently playing audio for visualization purpose.
It is not an audio recording interface and only returns partial and low quality audio content as a waveform or
a frequency representation (FFT).

Removed temporary hack made in MediaPlayer for animated wall papers based on audio visualization (snoop() method.

This commit also includes a change in AudioEffect class:
 - the enable()/disable() methods have been replaced bya more standard setEnabled() method.
 - some fixes in javadoc

Change-Id: Id092a1340e9e38dae68646ade7be054e3a36980e
libs/audioflinger/AudioFlinger.cpp
libs/audioflinger/AudioFlinger.h