Midori Kochiya
Midori Kochiya
In that case, I think we would need more customizability for `LockCacheAudioSource`, as it would be increasingly difficult to keep our custom versions in sync with the official one. My...
We sometimes get errors on our CDN, and a JSON is returned in the place of the audio file, which gets cached and needs to be deleted. Continue playing can...
Based on my observation (I'm not an iOS developer), it seems that looping is actually implemented manually? If that's the case, do we really need to do this, which is...
As per https://github.com/ryanheise/just_audio/issues/360#issuecomment-809185943 , I agree that we should try to prevent possible infinite loop in errors. However, the errors are not completely under the developer's control. I accidentally discovered...
Is there any way to know that the player has been "disabled" due to too many errors? I want to reset it but have no way to tell if it...
This should work fairly well, but we still need to figure out #390 where the error is somehow not reported.
I see that there is an error count in the Java code (I can locate when the counter is set, but not when it is used), does it reset upon...
I would suggest adding such a workaround in README for the time being, it is quite confusing for new users: ``` @echo off del %1 ``` works for me. Spawning...
As discussed in #387, I think that a `--delete` that only deals with files instead of directories is fine enough for the time being.
`static inline` functions are still not generated with the option enabled when I tested on mbedTLS.