Returns the address of the Csound audio output working buffer (spout). Enables external software to read audio from Csound after calling csoundPerformKsmps.
Definition at line 1453 of file csound.c.
References CSOUND_::spout.
{
return csound->spout;
}