tapos-datta / ExoPlayer-With_CustomVisualizer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%