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.
...
CD(4) - Device Drivers Manual # CD(4) - Device Drivers Manual
NAME # cd - ATAPI and SCSI CD-ROM driver
SYNOPSIS # cd* at scsibus? #cd0 at scsibus0 target 6 lun 0 (fixed-configuration example)
DESCRIPTION # The cd driver provides support for ATAPI and SCSI CD-ROM (Compact Disc Read-Only Memory) drives, via scsibus(4). In an attempt to look like a regular disk, the cd driver synthesizes a partition table, with one partition covering the entire CD-ROM.
...
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:
...
MOUNT_CD9660(8) - System Manager’s Manual # MOUNT_CD9660(8) - System Manager’s Manual
NAME # mount_cd9660 - mount an ISO 9660 filesystem
SYNOPSIS # mount_cd9660 [-egjR] [-o options] [-s offset] special node
DESCRIPTION # The mount_cd9660 command attaches the ISO 9660 filesystem residing on the device special to the global filesystem namespace at the location indicated by node. The filesystem is always mounted readonly. This command is invoked by mount(8) when using the syntax
...
MT(1) - General Commands Manual # MT(1) - General Commands Manual
NAME # mt, eject - magnetic tape and removable media manipulating program
SYNOPSIS # mt [-f device] command [count]
eject [-t] device
DESCRIPTION # The mt utility sends commands to a magnetic tape drive. By default, mt performs the requested operation once. Operations may be performed multiple times by specifying count. Note that device must reference a raw (not block) tape device.
...