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

echoing with https://github.com/ryanheise/just_audio/issues/1147 in the file just_audio-0.9.38/macos/Classes/UriAudioSource.m line 53 replace AVURLAssetHTTPUserAgentKey withh AVURLAssetHTTPCookiesKey sorry about the template really..

bug
1 backlog

**Which API doesn't behave as documented, and how does it misbehave?** just audio 0.9.41 It is crashing if you close the application while audio players are loaded on iOS. It...

bug
1 backlog

**Is your feature request related to a problem? Please describe.** Enforce the issue template using GitHub issue forms. At last count, there are 464 issues that were automatically closed because...

enhancement
1 backlog

Don't notify players states on plugin dealloc. The plugin is deallocated when the app is terminated by user.

**Which API doesn't behave as documented, and how does it misbehave?** The method `play`: It should play the music without sending any crash exception. This crash makes the plugin not...

bug
1 backlog

**Is your feature request related to a problem? Please describe.** current LoopingAudioSource is just a repeated AudioSource inside the playlist. this causes some strange behavior when the user use seekToNext...

enhancement
1 backlog

**Which API doesn't behave as documented, and how does it misbehave?** Android API: Specifically, the AudioManager or AudioService API in Android might be involved here, especially if the documentation suggests...

bug
1 backlog

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

enhancement
1 backlog

Updated just_audio from ExoPlayer (deprecated) to Media3.

https://github.com/user-attachments/assets/dbea5640-4d21-4a84-ae19-c5b63056893c ![screenshot-20240924-070517](https://github.com/user-attachments/assets/3d84b2e3-dc0a-4028-b0d3-e8504087a83e) When I play with other music player, click a home widget to play with just_audio, it will throw a exception from native core. At this point, we should...