ryanheise

Results 1670 comments of ryanheise

> And there are legitimate cases where repitition can happen. Of course song lyrics are a legitimate case where [repetition happens](https://genius.com/Daft-punk-around-the-world-lyrics). But looking at the PR it looks to only...

Inaccurate end timestamps cause the next window to start too late and miss what was spoken, and this can often be fixed by enabling word_timestamps which produces more accurate timestamps....

There is already a pull request to support simultaneous requests which would help prevent the wire crossing you're experiencing, but also a way to cancel a processing job is a...

I am re-opening this issue because I thought it was a good idea!

This repo is specifically for the Android/iOS/web implementations, although there are links in the README to other repos that have provided federated implementations for Windows and Linux (which have separate...

This pr is the recommended solution right now, however I need to understand exactly what other scenarios if any can produce the same error code, and also whether similar scenarios...

As mentioned in my previous comment, I need you to read the Android API documentation and if there is anything specifically that is missing in audio_service that you require me...

I'd like to avoid overcomplicating just_audio_background with advanced features that could be more appropriately handled by using audio_service directly. If you have more advanced requirements such as multiple players, you...

If it is a case of the FlutterEngine not being started in time, perhaps a similar solution to `onGetRoot` is in order. This method requires an immediate response, and so...

It definitely does not have cross fade. I am guessing that you didn't follow the link in the just_audio_background README that points to audio_service. Please have a read, it explains...