AUCAT(1) - General Commands Manual # AUCAT(1) - General Commands Manual
NAME # aucat - audio file manipulation tool
SYNOPSIS # aucat [-dn] [-b size] [-c min:max] [-e enc] [-f device] [-g position] [-h fmt] [-i file] [-j flag] [-o file] [-p position] [-q port] [-r rate] [-v volume]
DESCRIPTION # The aucat utility can play, record, mix, and process audio files on the fly. During playback, aucat reads audio data concurrently from all played files, mixes it and plays the result on the device.
...
Sioctl_open,
Ac97,
Aucat,
Audioctl,
Sndiod,
Sndioctl,
Ioctl,
Sio_open,
Sndio,
Cdio,
Mixerctl,
Uaudio,
Audio AUDIO(4) - Device Drivers Manual # AUDIO(4) - Device Drivers Manual
NAME # audio, audioctl - device-independent audio driver layer
SYNOPSIS # audio* at …
#include <sys/types.h>
#include <sys/ioctl.h>
#include <sys/audioio.h>
#include <string.h>
DESCRIPTION # The audio driver provides support for various audio peripherals. It provides a uniform programming interface layer above different underlying audio hardware drivers.
In addition to hardware mixer controls like those documented in azalia(4), the audio driver exposes the record.
...
AUDIOCTL(8) - System Manager’s Manual # AUDIOCTL(8) - System Manager’s Manual
NAME # audioctl - get or set audio driver variables
SYNOPSIS # audioctl [-nq] [-f file] [-w wait] [name[=value] …]
DESCRIPTION # The audioctl utility retrieves or sets audio(4) driver variables. The options are as follows:
-f file
Specifies the audio control device or the audio device. The default is /dev/audioctl0.
-n
Suppress printing of the variable name.
...
CDIO(1) - General Commands Manual # CDIO(1) - General Commands Manual
NAME # cdio - compact disc control utility
SYNOPSIS # cdio [-sv] [-d host:port] [-f device] [command [arg …]]
DESCRIPTION # The cdio program is a compact disc control utility, with support for playing audio CDs and Track-At-Once (TAO) CD writing.
If no command is given, cdio enters interactive mode, reading commands from the standard input.
The options are as follows:
...
MIXERCTL.CONF(5) - File Formats Manual # MIXERCTL.CONF(5) - File Formats Manual
NAME # mixerctl.conf - mixerctl configuration file
DESCRIPTION # mixerctl.conf is the configuration file for mixerctl(8). It allows the user to specify settings for the audio mixer at system startup. The exact set of variables available are largely dependent on the audio device driver, and vary from device to device. The file is made up of variable assignments (name=value) with comments designated by a hash mark (’#’).
...
SNDIO(7) - Miscellaneous Information Manual # SNDIO(7) - Miscellaneous Information Manual
NAME # sndio - audio and MIDI device descriptors
DESCRIPTION # Programs access audio and MIDI hardware using the sndio library. It allows both access through the sndiod(8) server and raw access to the hardware. The audio device or MIDI port, as well as the access method, are designated by the sndio descriptor. It is provided by the user with the program device selection method, or with the AUDIODEVICE and MIDIDEVICE environment variables if there’s no device selection method.
...