Buffer Player

Read with AI
All docs in one file (llms-full.txt)
BufferPlayer #Record #Node
Buffer Player

Plays back the entire buffer.

  • A negative value on Speed plays in reverse (no clamping)
  • Loop repeats
  • Retrigger returns to the end that matches the playback direction (the start when playing forward, the end when playing in reverse)

Video

Input ports

Port IDType
BufferFrameBufferInput
Speedfloat
Playbool
Loopbool
Retriggertrigger

Output ports

Port IDType
OutRenderTexture

Scriptable members

PathType
speedfloat
playbool
loopbool
currentSpeedfloat
currentPlayingbool
currentLoopEnabledbool

Synapse Apps (scripting)

await synapse.modules.create({ type: "BufferPlayer" })