yaakovschectman
yaakovschectman
@ryanheise Is it possible for an `AudioPlayer` with a `StreamAudioSource` to `play` such that the audio source only returns chunks of its data at a time? Currently, when setting the...
@ryanheise If I understand correctly, you are basically saying to return a `Stream` that currently contains whatever is already loaded, but will stream what is loaded in the future as...
@ryanheise I see, but what values ought be returned in `sourceLength` and `contentLength` when streaming audio of an unknown total length, e.g. from a livestream? I am testing this on...
From what you stated before, it sounds like a response with `null` for its lengths causes a header indicating that the source supports range requests to be sent back to...
I'm afraid I do not understand the relevance to the use case of creating an `AudioPlayer` and calling `play` on it. When the player loads the audio source, it sends...
From what I found, a client can check if a server supports range requests using a `HEAD` request. Is such a `HEAD` request being sent and processed behind the scenes?...
Firstly, I still have no information on how to view the header contents of requests and responses to give you that information as you have requested. Secondly, what is setting...
By `the parameters`, do you mean just `start` and `end` as passed to `StreamAudioSource.request`, and the constructer arguments for the `StreamAudioResponse`? If not, then any further parameters seem to be...
[camerax] camera_android_camerax doesn't support wide field of view on Galaxy XCover6 Pro (SM-G736B)
From triage: We recognize that this is a feature regression. We will leave this open, but we believe the right place for this change is the CameraX library.
Well I can't say I see any drawbacks to the API.