While testing out the streaming endpoint via Resemble.v2.clips.stream with config getTimeStamps: true, but it doesn't appear to be emitting timestamps. I tried calling the api endpoint directly and just using StreamDecoder to decode the result, but still always seem to not get any timestamp data. In the docs there wasn't any mention of a flag to turn the timestamps on or off, nor any mention of it being restricted to a certain plan.
Is this feature supposed to be working?
I did confirm that there is timing data when calling https://f.cluster.resemble.ai/synthesize, but I would like to use the streaming endpoint.
While testing out the streaming endpoint via
Resemble.v2.clips.streamwith configgetTimeStamps: true, but it doesn't appear to be emitting timestamps. I tried calling the api endpoint directly and just usingStreamDecoderto decode the result, but still always seem to not get any timestamp data. In the docs there wasn't any mention of a flag to turn the timestamps on or off, nor any mention of it being restricted to a certain plan.Is this feature supposed to be working?
I did confirm that there is timing data when calling
https://f.cluster.resemble.ai/synthesize, but I would like to use the streaming endpoint.