Skip to content

Reference library > Buffer > BufferPlayer

BufferPlayer

BufferPlayer(buffer=None, rate=1.0, loop=0, start_time=None, end_time=None, clock=None)

Plays the contents of the given buffer. start_time/end_time are in seconds. When a clock signal is received, rewinds to the start_time. Set clock to 0 to prevent the buffer from being triggered immediately.


Last update: 2024-06-20
Created: 2023-12-03