just_audio icon indicating copy to clipboard operation
just_audio copied to clipboard

Audio Player

Results 242 just_audio issues
Sort by recently updated
recently updated
newest added

**Which API doesn't behave as documented, and how does it misbehave?** The `sequenceStateStream` emits inconsistent `SequenceState` instances. When I switch between two shuffled playlists (`ConcatenatingAudioSource`) the `sequenceStateStream` emits a `SequenceState`...

bug
1 backlog

This is just a workaround for issues #518 #870, not an official solution. And not tested on iOS devices. I think these two issues are closely related to this [audio_service...

**Which API doesn't behave as documented, and how does it misbehave?** When Creating a type List, I dynamically trough for loop create AudioSource.uri with headers and add it to the...

bug
1 backlog

I have updated _load method to force staring proxy before loading the request, this is a workaround solution that fix the issue.

Android platform only: When a new track is selected that has a Metadata header with a metadataInterval of -1 (i.e. C.LENGTH_UNSET), onMetadata() is never called; thus, the stale metadata info...

**Which API doesn't behave as documented, and how does it misbehave?** > Name here the specific methods or fields that are not behaving as documented I think the `_player.positionStream` is...

bug
1 backlog

Hi, I opened this pull request to add web support to HLS. The code proposed checks if a `HlsAudioSourcePlayer` was instantiated, and then loads the well known `hls.js` library using...

**Which API doesn't behave as documented, and how does it misbehave?** `AudioPlayer.duration`, `AudioPlayer.durationStream`: Do not reflect the actual duration of the mp3. In the example 22kHz mono mp3 below, the...

bug
1 backlog

**Which API doesn't behave as documented, and how does it misbehave?** When using the mic with `package:recorder`, just audio's `AudioPlayer.play()` method causes the mic stream to stop emitting values. This...

bug
1 backlog

I have updated the comments related to useLazyPreparation in ConcatenatingAudioSource.