/ExoPlayer-With_CustomVisualizer

A simple demonstration to access raw audio (PCM) data before/after particular processing steps from ExoPlayer2 and visualize without using Visualizer.

Primary LanguageJavaApache License 2.0Apache-2.0

ExoPlayer With Custom-Visualizer

A simple demonstration to access raw audio (PCM) data before/after particular processing steps from ExoPlayer2 and visualize without using Visualizer.

Key Features:

  • Get original PCM data ,not partial and low quality as Visualizer given.

  • Volume Independent - visualizer don't depend on player volume level.

Requirements:

  • Gradle 6.4.1
  • ExoPlayer 2.12.0

Thanks to @gauravk95 for audio-visualizer-android