Query: ossaudio
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
OSSAUDIO(3) BSD Library Functions Manual OSSAUDIO(3)NAMEossaudio -- OSS audio emulationLIBRARYOSS Audio Emulation Library (libossaudio, -lossaudio)SYNOPSIS#include <soundcard.h>DESCRIPTIONThe ossaudio library provides an emulation of the OSS (Linux) audio interface. Use the native interface for new programs and the emulation library only for porting programs. Mixer Control Map The following table summarizes the mappings from native interface device names to OSS mixer controls. Native Device Name OSS Mixer Control *.mic SOUND_MIXER_MIC *.line SOUND_MIXER_LINE *.cd SOUND_MIXER_CD *.dac SOUND_MIXER_PCM *.aux SOUND_MIXER_LINE1 *.record SOUND_MIXER_IMIX *.master SOUND_MIXER_VOLUME *.treble SOUND_MIXER_TREBLE *.bass SOUND_MIXER_BASS *.speaker SOUND_MIXER_SPEAKER *.output SOUND_MIXER_OGAIN *.input SOUND_MIXER_IGAIN *.fmsynth SOUND_MIXER_SYNTH *.midi SOUND_MIXER_SYNTHSEE ALSOaudio(4), midi(4)HISTORYThe ossaudio library first appeared in NetBSD 1.3.BUGSThe emulation uses a #define for ioctl() so some obscure programs can fail to compile. The emulation is incomplete. The emulation only covers ioctl(), there are other differences as well. E.g., on a write that would block in non-blocking mode Linux returns EINTR whereas NetBSD 1.3 returns EAGAIN.BSDFebruary 3, 2009 BSD
Related Man Pages |
---|
dsp(7) - debian |
oss_cmi878x(7) - debian |
osscore(7) - debian |
sndstat(7) - debian |
ossdevlinks(8) - debian |
Similar Topics in the Unix Linux Community |
---|
accessing a 5250 emulation on the as/400 from unix |
Mylene 7.20071222 (Default branch) |
Mylene 7.20080306 (Default branch) |
Mylene 7.20080406 (Default branch) |
Wannabe nix guru starting a new os |