icon Top 9 categories map      RocketAware >

audioctl(1)

Tips: Browse or Search all pages for efficient awareness of more than 6000 of the most popular reusable and open source applications, functions, libraries, and FAQs.


The "RKT couplings" below include links to source code, updates, additional information, advice, FAQs, and overviews.


Home

Search all pages


Subjects

By activity
Professions, Sciences, Humanities, Business, ...

User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...

Text Strings
Conversions, tests, processing, manipulation,...

Math
Integer, Floating point, Matrix, Statistics, Boolean, ...

Processing
Algorithms, Memory, Process control, Debugging, ...

Stored Data
Data storage, Integrity, Encryption, Compression, ...

Communications
Networks, protocols, Interprocess, Remote, Client Server, ...

Hard World
Timing, Calendar and Clock, Audio, Video, Printer, Controls...

File System
Management, Filtering, File & Directory access, Viewers, ...

    

RocketLink!--> Man page versions: OpenBSD NetBSD



AUDIOCTL(1)                OpenBSD Reference Manual                AUDIOCTL(1)

NAME
     audioctl - control audio device



SYNOPSIS
     audioctl [-f file] [-n] -a
     audioctl [-f file] [-n] name [...]
     audioctl [-f file] [-n] -w name=value [...]

DESCRIPTION
     The audioctl command displays or sets various audio system driver vari-
     ables.  If a list of variables is present on the command line, audioctl
     prints the current value of those variables for the specified device.  If
     the -a flag is specified, all variables for the device are printed.  If
     the -w flag is specified, audioctl attempts to set the specified vari-
     ables to the given values.

     The -f flag can be used to give an alternative audio control device. The
     default is /dev/audioctl.

     The -n flag suppresses printing of the variable name.

EXAMPLES
     To set the playing sampling rate to 11025 you can enter
           audioctl -w play.sample_rate=11025
     Note that many of the variables that can be inspected and changed with
     audioctl are reset when the device is opened.  This can be circumvented
     like this
           (cat file.au; audioctl -f /dev/stdout -a) > /dev/audio
     or
           (audioctl -f /dev/stdout -w blocksize=1024; cat file.au) >
           /dev/audio

FILES
     /dev/audioctl  audio control device

ENVIRONMENT
     AUDIOCTLDEVICE  The audio control device to use.

SEE ALSO
     mixerctl(1),  audio(4),  sysctl(8)

HISTORY
     The audioctl command first appeared in NetBSD 1.3.

OpenBSD 2.6                       May 4, 1997                                1

Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY
SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts
Institute of Technology, Free Software Foundation, FreeBSD Inc., and others.



(Corrections, notes, and links courtesy of RocketAware.com)


[Detailed Topics]
OpenBSD sources for audioctl(1)


[Overview Topics]

Up to: Audio Hardware - Audio input and output


RocketLink!--> Man page versions: OpenBSD NetBSD






Rapid-Links: Search | About | Comments | Submit Path: RocketAware > audioctl.1/
RocketAware.com is a service of Mib Software
Copyright 1999, Forrest J. Cavalier III. All Rights Reserved.
We welcome submissions and comments