Module:rtaudio - part-cw/lambdanative GitHub Wiki
Module: rtaudio
The rtaudio facilitates real-time full duplex audio to be used for VOIP or similar applications.
Functions in this module:
| Function | Short Description |
|---|---|
| (rtaudio-start flag volume) | Starts the real-time audio subsystem |
| (rtaudio-stop) | Stops the real-time audio subsystem |
| (rtaudio-pa-ichannel-set! ch1 ch2) | Select input channels (Note: only on platforms using portaudio) |
| (rtaudio-pa-ochannel-set! ch1 ch2) | Select output channels (Note: only on platforms using portaudio) |