This module offers functions that control various aspects of the audio
devices.
encodings,
inputDevices,
outputDevices,
pause,
play,
playLatency,
playLatency=,
play_gain,
play_gain=,
rates,
sa,
selectInput,
selectOutput,
stop,
A private helper method for snack::audio
Returns a list of supported sample encoding formats for the currently
selected device
Returns a list of supported sample rates for the currently selected device.
Is synomous with frequencies
Returns a list of available audio input devices
Returns the number of millseconds for which sound may be queued up for
playback
Sets or assigns the number of millseconds for which sound may be queued up
for playback. The lower the value, quicker a new sound is dispatched to the
speakers. However, if the value is too low, and your processor is slow or
the load is high, gaps in the output may occur.
Toggles between play and pause for all playback on the audio device.
Resumes paused playback on the audio device.
Returns the current output gain
Sets the current output gain. The valid range for the gain is between 0 and
100
Returns a list of available audio output devices.
Selects the default audio output device.
Selects the default audio input device.
Stops all playback on the audio device.