1. The Music Player stops playing when a call comes in and resumes after the call is complete. With Cupcake, the music player will slowly ramp up the volume after the call is completed.
2. The streaming audio interface is more flexible than InputStream. You can build an InputStream interface on it, and we will probably release some sample code for it. Take a look at the AudioTrack and AudioRecord classes in the git tree: http://android.git.kernel.org/?p=platform/frameworks/base.git;a=tree;f=media/java/android/media;h=9d26d4ec9f9d0ff30a4041fc9161fbc34755bcc0;hb=cupcake On Dec 23, 6:42 am, Jona <[email protected]> wrote: > //Notable changes introduced in cupcake:// > # Music > - New features > Music playback fades in after suspending for phone call. > > # Framework > - Streaming audio I/O for applications. > > Questions: > > 1). Fade Music playback, will we have to lessen to an onCall event? > and handle the fades or will this be something that automatically > fades the music pauses? and after the call resumes playback? > > 2). Streaming audio, will we be passing an InputStream? that would be > great! > > Thanks in advance! > Moto --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

