I need to play a specific sound frequency with a specific duration time.
Something like:
MyPlayer.play(440,1000);
Where '440' is the frequency in HZ And '1000' is the duration in milisecs.
Is there any library I can use to do that?
Thanks!
I need to play a specific sound frequency with a specific duration time.
Something like:
MyPlayer.play(440,1000);
Where '440' is the frequency in HZ And '1000' is the duration in milisecs.
Is there any library I can use to do that?
Thanks!
Android has methods to play frequencies. They are listed in the API. Here you go.
http://developer.android.com/reference/android/media/ToneGenerator.html