Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/openai/openai-python
/ stop
Method
stop
examples/realtime/audio_util.py:85–89 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
83
self.stream.start()
84
85
def
stop(self):
86
self.playing = False
87
self.stream.stop()
88
with
self.lock:
89
self.queue = []
90
91
def
terminate(self):
92
self.stream.close()
Callers
8
test_copy_build_request
Method · 0.80
test_copy_build_request
Method · 0.80
make_snapshot_request
Function · 0.80
make_async_snapshot_request
Function · 0.80
_make_stream_snapshot_request
Function · 0.80
_make_raw_stream_snapshot_request
Function · 0.80
send_audio_worker_sounddevice
Function · 0.80
send_mic_audio
Method · 0.80
Calls
no outgoing calls
Tested by
4
test_copy_build_request
Method · 0.64
test_copy_build_request
Method · 0.64
_make_stream_snapshot_request
Function · 0.64
_make_raw_stream_snapshot_request
Function · 0.64