Hi, I'm not too familiar with OpenSL on Android but it supports both seeking and sample play rate parameters. http://stackoverflow.com/questions/6763149/tutorials-for-opensl-es-for-android
-- H On Apr 11, 2013, at 5:26 PM, bob <[email protected]> wrote: > Well, android.media.MediaPlayer has a seekTo method. > > > > Why do you think you need a setRate method? > > > > I don't see a need for such unless you are making an Alvin and the Chipmunks > CD. > > > > Thanks. > > > > > On Thursday, April 11, 2013 12:23:46 AM UTC-5, shiva pendem wrote: > Hi, > > i am working on a music player, > > i would like to implement seek bar functionality and setrate method for music > player , > > can any one suggest me how can i implement both of these functionalists or a > class which has these both methods, > > Thanks, > shiva shankar > > -- > -- > 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 > --- > You received this message because you are subscribed to the Google Groups > "Android Developers" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > -- -- 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 --- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

