MCPcopy Create free account
hub / github.com/csound/csound / Pause

Function Pause

Emscripten/src/csound.js:129–131  ·  view source on GitHub ↗

* Pauses audio playback.

()

Source from the content-addressed store, hash-verified

127 * Pauses audio playback.
128 */
129 function Pause() {
130 csound.Csound.stop();
131 }
132
133 /**
134 * Stops rendering and resets csound.Csound.

Callers

nothing calls this directly

Calls 1

stopMethod · 0.45

Tested by

no test coverage detected