just_audio
just_audio copied to clipboard
Audio Player
**Is your feature request related to a problem? Please describe.** I was looking for controlling audio capture by system and other apps and I find setAllowedCapturePolicy in AudioAttributes.Builder that has...
**Which API doesn't behave as documented, and how does it misbehave?** With the same audio URL, android works fine, but iOS has some problems. I can describe them as not...
I have opened this PR to trace the development of the implementation in swift and to give the possibility to use the equalizer in both platforms. The goal now is...
**Is your feature request related to a problem? Please describe.** Not related to a problem **Describe the solution you'd like** Google/Chrome Cast support. Function which can be called in Dart...
**Which API doesn't behave as documented, and how does it misbehave?** When calling `LockCachingAudioSource.request()` after a network error occurs, no bytes will be transferred. **Minimal reproduction project** https://github.com/agersant/just_audio/tree/just-audio-issue-594 **To Reproduce...
This PR implements some of the ideas discussed in #777. ## API additions `MappingAudioSource`, a new type of `AudioSource`, has been added. On supported platforms (more on that later), it...
**Which API doesn't behave as documented, and how does it misbehave?** positionStream produce last value that greater than track duration **Minimal reproduction project** https://github.com/johnny-byte/just_audio/blob/minor/just_audio/example/lib/main.dart **To Reproduce (i.e. user steps, not...
**Is your feature request related to a problem? Please describe.** The audio URLs provided by the API I'm using expire after a fairly short amount of time. The API provides...
**Which API doesn't behave as documented, and how does it misbehave?** When using signed cookies in the headers parameter to access protected HLS audio content (an .m3u8 url), just_audio throws...
**To which pages does your suggestion apply?** - README - API documentation for UriAudioSource - API documentation for ProgressiveAudioSource **Quote the sentences(s) from the documentation to be improved (if any)**...