Skip to content

Index of Module audio

Chris Petersen edited this page Sep 12, 2013 · 8 revisions

Module: audio

The audio module will play Waveform Audio File Format (wav) and OGG sound files. The internal wav file parser only understands single-chunk uncompressed 16 bit pcm at 44100Hz. The module also facilitates real-time full duplex audio to be used for VOIP or similar applications.

Functions in this module:

Function Short Description
(audiofile-init) Initializes the audio file playback subsystem
(audiofile-load name) Load a sound file (no extension) and return the corresponding id
(audiofile-play id) Play a sound file with the given id
(audiofile-forceplay id) Play a sound file with the given id even if volume is set to zero.
[(rtaudio-start flag volume)](Function 512) Starts the real-time audio subsystem
[(rtaudio-stop)](Function 511) Stops the real-time audio subsystem

Clone this wiki locally