MCPcopy Create free account
hub / github.com/ARM-software/AVH / cleanup

Function cleanup

interface/vstream/python/vsi_audio.py:237–243  ·  view source on GitHub ↗

Close the VSI Audio Server on exit. Returns: None

()

Source from the content-addressed store, hash-verified

235
236
237def cleanup():
238 """
239 Close the VSI Audio Server on exit.
240 Returns:
241 None
242 """
243 Audio.closeServer()
244
245
246def init(address, authkey):

Callers

nothing calls this directly

Calls 1

closeServerMethod · 0.45

Tested by

no test coverage detected