~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Doc/library/ossaudiodev.rst

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
   use ALSA, you'll have to make sure its OSS compatibility layer
17
17
   is active to use ossaudiodev, but you're gonna need it for the vast
18
18
   majority of Linux audio apps anyways.
19
 
   
 
19
 
20
20
   Sounds like things are also complicated for other BSDs.  In response
21
21
   to my python-dev query, Thomas Wouters said:
22
 
   
 
22
 
23
23
   > Likewise, googling shows OpenBSD also uses OSS/Free -- the commercial
24
24
   > OSS installation manual tells you to remove references to OSS/Free from the
25
25
   > kernel :)
26
 
   
 
26
 
27
27
   but Aleksander Piotrowsk actually has an OpenBSD box, and he quotes
28
28
   from its <soundcard.h>:
29
29
   >  * WARNING!  WARNING!
30
30
   >  * This is an OSS (Linux) audio emulator.
31
31
   >  * Use the Native NetBSD API for developing new code, and this
32
32
   >  * only for compiling Linux programs.
33
 
   
 
33
 
34
34
   There's also an ossaudio manpage on OpenBSD that explains things
35
35
   further.  Presumably NetBSD and OpenBSD have a different standard
36
36
   audio interface.  That's the great thing about standards, there are so
37
37
   many to choose from ... ;-)
38
 
   
 
38
 
39
39
   This probably all warrants a footnote or two, but I don't understand
40
40
   things well enough right now to write it!   --GPW
41
41