MCPcopy
hub / github.com/openai/openai-python / start

Method start

examples/realtime/audio_util.py:81–83  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

79 self.start()
80
81 def start(self):
82 self.playing = True
83 self.stream.start()
84
85 def stop(self):
86 self.playing = False

Callers 8

add_dataMethod · 0.95
_normalize_base_urlFunction · 0.80
_collect_errorFunction · 0.80
_metadata_serverFunction · 0.80
send_mic_audioMethod · 0.80

Calls

no outgoing calls

Tested by 3

_metadata_serverFunction · 0.64