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 `LockCachingAudioSource` API stores cache files in a very long filename which may cause FileSystemException when the URL itself...

bug
1 backlog

**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, and explain clearly what is happening....

bug
1 backlog

If player.seek(Duration.zero) is called when a player has no audio sources, the following exception is thrown: ``` [VERBOSE-2:dart_vm_initializer.cc(41)] Unhandled Exception: PlatformException(error, Error in handleMethodCall, null, null) #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:652:7) #1...

bug
1 backlog

There's a TODO in the codebase. This is needed for ConcatenatingAudioSource.clear to work correctly. https://github.com/ryanheise/just_audio/blob/79d8741ef2d0a52289ac831c21967d1bad0f4f55/just_audio/lib/just_audio.dart#L789 ``` void _broadcastSequence() { // TODO: update currentIndex first if it's out of range as...

bug
1 backlog

The following error is reported by firebase analytics regarding LockCachingAudioSource._fetch method, where an exception is thrown by _File.renameSync (dart:io) **Error messages** Fatal Exception: FlutterError PathNotFoundException: Cannot rename file to '/var/mobile/Containers/Data/Application/DFBCF9C9-13D9-4E3D-853D-7487BF63D8A2/Library/Caches/todayprayers_audio/zeyarat_ashuraa_abather.mp3',...

bug
1 backlog

**Minimal reproduction project** 1. Download [audi_handler.dart](https://github.com/priyesh-bit/public_files/blob/main/audio_handler.dart) and [page_manager.dart](https://github.com/priyesh-bit/public_files/blob/main/page_manager.dart) which I'm using for managing just audio and audio services related functions. In my case ios simulator and real device iPhone 14...

bug
1 backlog

**Which API doesn't behave as documented, and how does it misbehave?** player.currentIndex is not updated if player is stopped and item is removed from the list. this causes issues in...

bug
1 backlog

Trying to play a short audio file. Than if before getting the call to ```_durationFuture = platform .load(LoadRequest( ... ``` We get a network request to get another file to...

bug
1 backlog

On Apple Devices above iOS 17, a clicking noise can be heard on each loop, when loopmode set to one. On android devices and apple devices running iOS 15.5 no...

bug
1 backlog

**Screenshots** ![image](https://github.com/ryanheise/just_audio/assets/35548914/f4739c83-2b55-4dd9-b904-878baf6a35f9) Flutter doctor: ![image](https://github.com/ryanheise/just_audio/assets/35548914/ce82bc7b-b2ff-430d-9c86-e982b14ad437) Mini steps: I just run the flutter app with vscode at macos.

bug
1 backlog