blob: 4013a5bb3572f7e9003fc53d4a1d0284d3b031b6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
NAME
ossinfo - Open Sound System information/status program
SYNOPSIS
ossinfo [-Aaeghmpx] [-v #]
DESCRIPTION
The ossinfo program displays OSS device information.
OPTIONS
-v# Verbose output. Number indicates level of verobisity (0-9).
-p Display only physical audio/midi devices
-g Display ALL audio/midi/mixer devices (physical and virtual)
-a Display audio device files
-A Display audio device files (for applications using O_EXCL)
-e Display all audio engines
-m Display only the MIDI devices
-x Display only the mixer devices
-h Display help.
FILES
/usr/bin/ossinfo
SEE ALSO
ossdevlinks(1), ossmix(1), ossxmix(1)
The Getting information about devices section of the OSS Programmer's Guide
(device_discovery(2)) gives instructions for getting device information
in applications.
AUTHOR
4Front Technologies
|