Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-stepien committed Oct 5, 2015
1 parent 30f61be commit d1afa95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -4,7 +4,8 @@ Waveform Android is an audio visualisation component based on the Ringdroid 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](https://raw.github.com/Semantive/waveform-android/master/screenshot.png)
![ScreenShot](https://raw.github.com/Semantive/waveform-android/master/screenshots/screenshot.png)
![ScreenShot](https://raw.github.com/Semantive/waveform-android/master/screenshots/screenshot_segments.png)

Key features:
- reusable fragment,
Expand All @@ -13,5 +14,6 @@ Key features:
- integrated player
- 4 zoom levels
- easy to customize
- custom colors for waveform's segments

You can find an example in MainActivity.

0 comments on commit d1afa95

Please sign in to comment.