Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 341 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 341 Bytes

audio-waveform

BarWaveformView

BarWaveformView

Include your project

allprojects {
	repositories {
		...
		maven { url "https://jitpack.io" }
	}
}
dependencies {
     implementation 'com.github.bigstark:audio-waveform:0.2.1'
}