Skip to content

barayuda/waveform-android

 
 

Repository files navigation

Waveform Android

Waveform Android is an audio visualisation component based on the Ringdroid app: https://github.com/google/ringdroid. It provides easy to use, reusable fragment, which can be integrated into any app.

Waveform Android is memory optimized and can easily handle large audio files. The major change was to completely replace the drawing algorithm. Instead of keeping cached audio values for all zoom levels, I dynamically draw waveform using input values and a scaling factor. Moreover, internal audio representation used by Ringdroid has been cleaned.

ScreenShot ScreenShot

Key features:

  • reusable fragment,
  • memory optimized
  • waveform visualisation of audio file,
  • integrated player
  • 4 zoom levels
  • easy to customize
  • custom colors for waveform's segments

You can find an example in MainActivity.

About

Waveform view for Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%