views:

398

answers:

1

Is there an example Hello Sound project for Android that will show how to create beep sounds of a variable tone and duration?

A: 

Try the API demos

Sound is in http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/media/index.html

The full list is

http://developer.android.com/resources/samples/ApiDemos/index.html

Deploy the entire package to an emulator / phone to see what exactly is in the package. It's quite extensive.

steve