Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 710 Bytes

README.md

File metadata and controls

41 lines (25 loc) · 710 Bytes

AudioManagingModule

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.


Requirements

minSdkVersion 17+

compileSdkVersion 28


How to

Step1. Add the module to Your project

Step2. Add the dependency

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

Step3.Change XML files so that it conforms your game style.

Step4.Use The Module to get audio files

  MediaPlayer audiofile= 
		moblibAudioFileManager.getRandomAudioFile(Context,Type,Langue) ;