ryanheise
ryanheise
I'm sorry, I didn't realise you were posting an off topic comment. I will hide your comment and my comment as off topic. Please keep this in mind for future...
@yhsj0919 just pointed me to this interesting project: https://github.com/KRTirtho/smtc_windows (created by @KRTirtho) @KRTirtho , judging by the comment in your README, "This is the windows equivalent of android's [audio_session](https://pub.dev/packages/audio_session)" (by...
Nice! I'd be happy to add a mention of this in the audio_service README.
Thanks to @bdrazhzhov 's excellent audio_service_mpris package, I have updated the example to use it and updated the README to link to it. It's quite easy to use, after just...
I am closing this one since I wouldn't be able to guarantee stability of the JSON representation, and recommmend using your own data classes to represent your app's state, and...
To those who are asking whether I have implemented this yet, please read my previous comment. It is an open invitation for someone who is sufficiently motivated to have this...
I have implemented a feature in the `feature/extractor_options` branch that gives you the option to send headers natively on iOS rather than via the proxy. This uses the `AVURLAssetHTTPHeaderFieldsKey` key...
I've now published a new release which provides the option to pass `useProxyForRequestHeaders: false` into the constructor to get native header handling. This should sidestep any timeout issues with the...
just_audio_web just passes on the error as is from the platform, in this case, from the browser, so you'll have to consult the browser documentation or Javascript documentation for what...
There shouldn't be any caching for `setUrl`, but if you create an audio source instance e.g. via `AudioSource.uri()` and you pass that same instance into `setAudioSource` again, then yes there...