ryanheise

Results 1670 comments of ryanheise

Yes, it would be nice if it turns out that it always makes sense to stopForeground on completed. The question is whether anyone has any use case where, for some...

Hi @Colton127 , I would be interested to review the diffs of what changed, although I see your diff contains a lot of formatting changes which unfortunately makes it difficult...

> In my testing, setting AudioProcessingState to idle while using androidStopForegroundOnPause: false does not stop the audio service. Hmm, I wonder why that would be. On `idle`, the service should...

Yes, I mentioned that above here: https://github.com/ryanheise/audio_service/pull/1054#issuecomment-2543149262 Thanks for your feedback on that, as I do think this is probably the way forward, but was waiting for some sort of...

Hi @Mordtimer , there are further discussion points raised in that PR (if you don't mind, you would be welcome to comment on those discussion points over on that PR).

> ### Minimal reproduction project > > Official example: main.dart That example, specifically? > Increase the speed to more than 1.0 That example does not include any feature to change...

Definitely a pull request would be welcome. After seeing your PR I may have a better idea of what the issue might be, given that I don't have a Bose...

HI @maayanmag I had forgotten about that! I think there's still even a fork of the video_player plugin among my GitHub repos, although it doesn't actually contain any changes since...

I don't actually have a need for a video player so it will probably not happen of my own accord. I know how to build such a thing, but time...

@sck-v thanks, I really appreciate your comment! Unfortunately explaining what to do would involve refreshing my memory of the video_player code, and doing that would get me half way there...