Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 218 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 218 Bytes

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);