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

Loop not working in linux #1826

Open
2 tasks done
ChiranjibGanguly opened this issue Aug 9, 2024 · 0 comments
Open
2 tasks done

Loop not working in linux #1826

ChiranjibGanguly opened this issue Aug 9, 2024 · 0 comments
Labels

Comments

@ChiranjibGanguly
Copy link

Checklist

  • I read the troubleshooting guide before raising this issue
  • I made sure that the issue I am raising doesn't already exist

Current bug behaviour

player!.setReleaseMode(ReleaseMode.loop);
not working properly in linux mint. autometicaly stops after some sometime.
but woking on other platform like android, ios

Expected behaviour

player should play in loop.

Steps to reproduce

  1. Execute flutter run on the code sample
  2. ...
  3. ...

Code sample

Code sample
void main() {
 var player = AudioPlayer(playerId: lookUpId);
     await player!.setSourceAsset("alert_sound.wav");
        await  player!.setReleaseMode(ReleaseMode.loop);
     await player!.resume();
}

Affected platforms

Linux

Platform details

No response

AudioPlayers Version

6.0.0

Build mode

debug, release

Audio Files/URLs/Sources

No response

Screenshots

No response

Logs

No response

Related issues / more information

No response

Working on PR

no way

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

No branches or pull requests

1 participant