MCPcopy Create free account
hub / github.com/PyTTaMaster/PyTTa / play

Method play

pytta/classes/streaming.py:363–366  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

361 return
362
363 def play(self):
364 self.runner(sd.OutputStream, self.output_callback, self.numOutChannels)
365 self.dataCount = int()
366 return
367
368 def record(self):
369 self.runner(sd.InputStream, self.input_callback, self.numInChannels)

Callers

nothing calls this directly

Calls 1

runnerMethod · 0.95

Tested by

no test coverage detected