Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 658 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 658 Bytes

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