There's no API which allows you to generate sound. However, you might record your notes as oggs/wavs/whatever and play them with MediaPlayer or SoundPool (using the latter you can use the pitch parameter to play higher/lower octaves).
On Mon, Feb 16, 2009 at 11:06 AM, Gökhan Yamaç <[email protected]> wrote: > > Hi, > > I am working on the Eclipse Emulator and with SDK 1.0 Release 2. What > I would like to do is to play a simple C note with with code. Does > android provide the necessary interface to produce such note sounds? > Is there a sound library and API I can readily use on the device (and > emulator)? > > Thank you > > Gokhan > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

