def __init__(self):
# Browser websocket connections for receiving the binary audio data:
self.clients = []
# Browser websocket connections for receiving the event data:
self.eventclients = []
self.payload = None # The buffered PCM frames into 200ms WAV file
self.count = 0 # How many PCM frames I have in the buffer
self.vapi_call_uuid = None
self.vapi_connected = False
评论列表
文章目录