Watched the Google I/O talk on media tonight, and learned some interesting stuff. Right now I am leaning towards using SoundPool since I need to guarantee that certain music notes are played at the exact same time, and I want to be able to control tempo.
If I use setRate() with soundPool to speed up the tempo, will this change the pitch (i.e., make it sound like a chipmunk if sped up), or will the pitch remain the same? Also, my original question still remains - I will not be able to control the tempo of playback if going with JetPlayer, right? So for a music app that plays music notes and chords (notes played at the same time) and allows users to control the tempo of playback, does SoundPool sound like my best bet? Thank you for your help. -k_day On Dec 15, 3:56 am, k_day <[email protected]> wrote: > Wow, I didn't realize my initial message got cut off. Too finish, I > was thinking JET may be too limited since users must be able to: > > 1) Change the tempo of the notes being played real time and > 2) Record their own sounds that can be played as notes. > > Is this possible when using JetPlayer? The JetPlayer interface looks > pretty simple. It looks like you can only control which tracks play, > and transposing the tracks, but I don't see any controls for tempo. > > Akitto- I assume you are referring to > this:http://www.youtube.com/watch?v=-0UmSQeWsJc > > I will check it out. Thanks for the tip. > > On Dec 14, 10:29 pm, k_day <[email protected]> wrote: > > > I am currently working on a music app and am starting to think about > > how audio playback should work. At any given point in time, a user is > > able to play multiple notes from multiple instruments. > > > My initial thought was to use JET, but I am thinking it may be too > > limited given that I also would like to: > > > 1) > > -- 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

