Lines Matching refs:OSS
1 :mod:`ossaudiodev` --- Access to OSS-compatible audio devices
6 :synopsis: Access to OSS-compatible audio devices.
10 This module allows you to access the OSS (Open Sound System) audio interface.
11 OSS is available for a wide range of open-source and commercial Unices, and is
16 use ALSA, you'll have to make sure its OSS compatibility layer
23 > Likewise, googling shows OpenBSD also uses OSS/Free -- the commercial
24 > OSS installation manual tells you to remove references to OSS/Free from the
30 > * This is an OSS (Linux) audio emulator.
50 the official documentation for the OSS C API
52 The module defines a large number of constants supplied by the OSS device
74 Open an audio device and return an OSS audio device object. This object
77 read/write semantics and those of OSS audio devices). It also supports a number
102 Open a mixer device and return an OSS mixer device object. *device* is the
145 Unlike most Unix device drivers, OSS audio devices in blocking mode (the
184 be useful when consulting the OSS documentation). If the underlying
197 of the formats supported by OSS are:
225 Consult the OSS documentation for a full list of audio formats, and note that
272 implicitly when the device is closed.) The OSS documentation recommends closing
279 can accept commands. The OSS documentation recommends closing and re-opening