Android代码-continuous-audiorecorder

时间:2022-08-25 22:18:12
【文件属性】:
文件名称:Android代码-continuous-audiorecorder
文件大小:126KB
文件格式:ZIP
更新时间:2022-08-25 22:18:12
Android代码 Continuous audiorecorder Implementation of the missing feature in Android SDK: audio recorder with a pause. Based on mp4parser. Latest sample build Import Grab the latest version from Bintray: repositories { jcenter() } dependencies { compile "com.googlecode.mp4parser:isoparser:1.0.2" compile "com.github.lassana:continuous-audiorecorder:1.3.1" } or just copy the recorder module into your project and add a new dependency: dependencies { compile project(':recorder') } Usage Sta
【文件预览】:
continuous-audiorecorder-master
----gradlew(5KB)
----settings.gradle(30B)
----recorder()
--------src()
--------gradle.properties(77B)
--------build.gradle(1KB)
----LICENSE(1KB)
----gradle()
--------wrapper()
--------gradle-mvn-push.gradle(4KB)
----README.md(2KB)
----sample()
--------src()
--------build.gradle(893B)
----gradlew.bat(2KB)
----gradle.properties(684B)
----drone-io.sh(660B)
----.gitignore(338B)
----build.gradle(99B)

网友评论