Skip to content

play() called on uninitialized AudioTrack. #13

@theboubougne

Description

@theboubougne

Some users of my app are having an issue on line 242. Right now I'm only having a couple of users with this issue, but they cannot play anything with prestissimo enabled. Of course I cannot replicate this issue...

public void start() {
    switch (mCurrentState) {
    case STATE_PREPARED:
    case STATE_PLAYBACK_COMPLETED:
        mCurrentState = STATE_STARTED;
        Log.d(SoundService.TAG_API, "State changed to STATE_STARTED");
        mContinue = true;
        mTrack.play();   <=
        decode();

I'm having an issue on L242

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions