Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeekTo speed #48

Open
SluggedGerm2 opened this issue Oct 8, 2017 · 0 comments
Open

SeekTo speed #48

SluggedGerm2 opened this issue Oct 8, 2017 · 0 comments

Comments

@SluggedGerm2
Copy link

SluggedGerm2 commented Oct 8, 2017

Actually, it seems it is taking much time to make SeekTo Action, is there a way to increase his speed?
This is how I create the Player

    `OpenSLMediaPlayerContext.Parameters` parameters = new OpenSLMediaPlayerContext.Parameters();

    parameters.streamType = AudioManager.STREAM_MUSIC;

    openSLMediaPlayerContext = new OpenSLMediaPlayerContext(context,parameters); 
           
    player = new OpenSLMediaPlayer(openSLMediaPlayerContext, 0);    `

The seekTo is called by onStopTrackingTouch of seekbar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant