ryanheise

Results 1670 comments of ryanheise

@caseycrogers if you're using `setFile`, then you have a different issue because this issue is about a problem that occurs when using `StreamAudioSource`. When using `setFile`, you are depending on...

I am closing this issue since I haven't heard back regarding the headers. If it is the headers, then it's not a bug in just_audio, it's a server side issue....

You will need to encode it into a supported format. For your use case, probably WAV will be the easiest.

As I have said above, I don't believe you can use `file://` URIs due to the web security model, but people have done this sort of thing so I recommend...

Does this only affect text-to-speech? If it works for regular audio, then a solution may be to have a silent mp3 file to play alongside this to get the buttons...

But presumably you use a different audio_session configuration in order to support TTS and it is possible that the presence of that in your app could affect things, too. I...

Can you test with a non-speech configuration and also remove any TTS plugin to verify whether it affects non-TTS configurations as well?

That is very interesting, thanks for confirming that. I wonder if you could try reintroducing things one by one to see which specific thing breaks it? For example, if you...

Hmm, so you're saying then that `example_playlist.dart` works correctly but `example_multiple_handlers.dart` doesn't work correctly?

I see, no solutions stand out immediately to me, except a couple of guesses at this point. One is to try playing a silent mp3, and the other is to...