Closed Mc231 closed 6 months ago
Where is the forked repository?
Where is the forked repository?
Thank you for looking into this. There's no need to fork the repository to reproduce the bug; you can use the unmodified example provided in this repository.
I'm asking for the fork because the instructions I provided you on submitting a bug report required it. You did not follow those instructions, so I am asking for you to do so. The minimal reproduction project section still makes reference to a "fork" which simply was not provided. If you want to provide an audio file that reproduces the bug, you may also do that. You did neither.
Also, the next section on "To Reproduce (i.e. user steps, not code)" contains instructions for modifying the code which is EXPRESSLY against what the instructions say.
I'm closing this as an invalid issue. I'll reopen it if you fix it and add a comment below to notify that it is done.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs, or use StackOverflow if you need help with just_audio.
Which API doesn't behave as documented, and how does it misbehave?
The setAudioSource method does not handle large audio files as expected on Android devices. When attempting to use setAudioSource(AudioSource.file(filePath)) with a very large audio file (approximately 3GB in size and 56 hours in duration), it results in an OutOfMemory error.
Minimal reproduction project Provide a link here using one of two options:
To Reproduce (i.e. user steps, not code) Steps to reproduce the behavior:
Error messages
Expected behavior Audio should be loaded
Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
Flutter SDK version
Additional context Add any other context about the problem here.