Home

Awesome

MP3音频录制,支持类似IOS原生的单边或者双边波形显示,低版本音频权限兼容,本地或者在线音频播放。可以单纯使用录制功能,也可以单纯使用图形,播放也支持波形显示,录制波形和播放波形会根据声音频率变色的功能,边播边缓存功能。


Build Status

在你的项目project下的build.gradle添加

allprojects {
	repositories {
		...
		maven { url 'https://jitpack.io' }
	}
}

在module下的build.gradle添加依赖

dependencies {
     implementation 'com.github.CarGuo:GSYRecordWave:2.0.2'
}

 

简书入口 这里有基础介绍

公众号

效果显示

<img src="https://github.com/CarGuo/RecordWave/blob/master/01.jpg" width="240px" height="426px"/> <img src="https://github.com/CarGuo/RecordWave/blob/master/03.jpg" width="240px" height="426px"/>

动态图效果

<img src="https://github.com/CarGuo/RecordWave/blob/master/01.gif" width="240px" height="426px"/>  

QQ群,有兴趣的可以进来,群里视频项目的人居多,平时多吹水吐槽:174815284 。


2.0.0 (2019-05-26)

支持androidx

1.1.8 (2018-03-01)

1.1.7 (2018-02-27)

1.1.6 (2018-01-19)

1.1.5 (2018-01-17)

1.1.4 (2017-09-19)

历史版本

使用方法请参考demo