-
Notifications
You must be signed in to change notification settings - Fork 20
Home
DeMon edited this page May 21, 2021
·
3 revisions
Welcome to the DeMon_Sound wiki!
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
dependencies {
//使用FMOD变声,请添加此库
implementation 'com.github.iDeMonnnnnn.DeMon_Sound:FmodSound:$latest_version'
//使用SoundTouch变声,请添加此库
implementation 'com.github.iDeMonnnnnn.DeMon_Sound:SoundTouch:$latest_version'
//使用视频转码功能,请添加此库
implementation 'com.github.iDeMonnnnnn.DeMon_Sound:SoundCoding:$latest_version'
}