AudioManagingModule is a module for managing multiple applications audio files. The idea behind this module is to help the game developer so that he can just import this code and use it instead of writing it all from scratch.
minSdkVersion 17+
compileSdkVersion 28
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
MediaPlayer audiofile=
moblibAudioFileManager.getRandomAudioFile(Context,Type,Langue) ;