ryanheise

Results 1670 comments of ryanheise

One use case for setting raw headers without validation is [ICY headers](https://gist.github.com/niko/2a1d7b2d109ebe7f7ca2f860c3505ef0). Some servers may serve audio with an HTTP response header like this: ``` icy-description: ...Title of sound track.......

> The tables are automatically created if there is no prior database. Just to understand clearly, do you mean that this is the only situation when tables are automatically created?...

(edit) I had written a reply earlier to clarify specifically the 3 version scenario, but now I can see from your reply how this would work. So In the 3...

Given the open source nature of this project, it will probably take someone who has Windows, and who is sufficiently motivated, to submit a PR and then maintain it. However,...

It sounds like you could be sufficiently motivated :-) I was in a similar situation to you, where I needed a certain feature on iOS "urgently" (for a different plugin),...

M3u8 is supported on Android and Apple, although at the same time Android and Apple support different subsets of m3u8 depending on the actual media it points to and what...

> **Minimal reproduction project** > Provide a link here using one of two options: > 1.clone https://github.com/zhushenwudi/LoveLiveMusicPlayerMobile > 2.find lib/global/global_player.dart Thank you for reporting, although your linked project is hardly...

So when you say "background", you don't actually mean the app is running in the background, you mean you are just turning the iPad over. You can configure your app...

just_audio uses this Apple API: https://developer.apple.com/documentation/avfoundation/avqueueplayer?language=objc If there is any further API in AVQueuePlayer that you need, I can add it to just_audio. However, there is also a good chance...

> Copy and paste the sentence(s) from the API documentation that isn't working correctly > Note: the API documentation is [here](https://pub.dev/documentation/audio_service/latest/audio_service/audio_service-library.html). You may consider submitting a documentation request or a...