ryanheise
ryanheise
Well if you do a string comparison of the URL you produce with Approach 1 and Approach 2, you may find that it's not producing a valid URL in which...
Have you tested whether Uri.parse is actually inefficient? If it is, I would consider fixing that in the plugin, and just pass strings around instead of URIs.
I think that settles it, the web implementation of just_audio should work with strings directly.
The submitted minimal reproduction project indeed has no permissions declared in the manifest, so that could well be it. @zhushenwudi , does that resolve your issue?
This is unfortunately the native behaviour of iOS, not specifically the behaviour of just_audio.
It is possible to do something more low-level based on AVAudioEngine. There are efforts at #784 which you can try, which already implements `setSpeed` using the low level APIs.
It looks like `whisper-test` has gotten stuck for some reason.
ChatGPT can't know about Whisper since it was released in 2022 which is after ChatGPT's knowledge cutoff date of September 2021. If it did give you an answer, it would...
I think some variation on this idea might help it to remember your prompting in long audio, but when a window boundary occurs mid sentence, I think it's also important...
A really cheap modification might be to add a check here: ```python if not condition_on_previous_text or result.temperature > 0.5: # do not feed the prompt tokens if a high temperature...