Faaatman
Faaatman
This looks great! thank you guys for the great work. @ryanheise if you think this is resource-intensive what do you think about adding a max number of concurrent jobs so...
> Before I do that, I'm just thinking about whether we want to have a unique ID for each instance generated by uuid or just use the file path as...
> I would consider it a misuse of the plugin to simultaneously write to the same path, so the path should be unique among the simultaneous requests. It is a...
> One use case which we have is, we have multiple audio clips on a given page. And user can click and play any one of them. Would ideally not...
@ahetawal-p The workaround that I will be using is as follows: since I'm using `just_audio` I will get the remote files using `LockCachingAudioSource` and specify the cached file location, wait...
I have used the [duration function](https://tau.canardoux.xyz/tau_api_utilities_duration.html) but I don't think it works with tracks. If you have the audio file saved or the link to that file you can pass...
You can get the duration as follows: `_duration = await flutterSoundHelper.duration(file path or url here) ?? Duration.zero;`
Oh ok! Is there a way to get the **Current selected Audio Route** before waiting for the route to change? EDIT: Listening to the `audioRouteChanged` gives the first route.
This definitely would be helpful!
This error is also happening on Android when the file is in the directory but I'm trying to download it using the downloader. @hnvn do you think there's a better...