Dhwani
Playsound.java file lets you play a tone of a particular frequency. Its easy an simple just execute the asyncTask For e.g
//if you want to play a tone of frequency 512Hz
new PlaySound().execute(512);
Playsound.java file lets you play a tone of a particular frequency. Its easy an simple just execute the asyncTask For e.g
//if you want to play a tone of frequency 512Hz
new PlaySound().execute(512);