Steven Simon
Steven Simon
Typical response from Google: nothing. AWS is vastly superior to anything Google does.
Happened to me today.
Thanks for the ideas, @b-steel and @OneHatRepo. I need to determine when an audio recording has reached its end. With the `onPlaybackStatusUpdate` callback, I can check when `status.didJustFinish` is true....
Thanks @b-steel. I'll try out your suggestion. Update: Based on my testing, `onPlaybackStatusUpdate` was called on a small subset of status changes. These did not include `didJustFinish=true`.
Thanks @OneHatRepo!
It looks like another possible workaround is to use the video codec to play audio files.
@OneHatRepo What I mean is to play audio files like video files. Here's an example of code I was using to play video files that also seems to work for...
We have different use cases. I don't see an imperative interface for video either. Sorry the workaround doesn't apply to your use cases.
I was able to build the image by changing the Docker file in the repository to look like this: ``` FROM ubuntu:22.04 RUN apt-get -y update && apt-get install -y...