BaseClock

class pipecat.clocks.base_clock.BaseClock[source]

Bases: ABC

abstractmethod get_time()[source]
Return type:

int

abstractmethod start()[source]