rest25/library/sunaudio.rst => rest262/library/sunaudio.rst
f1
2:mod:`sunaudiodev` --- Access to Sun audio hardware
3===================================================
4
5.. module:: sunaudiodev
6   :platform: SunOS
7   :synopsis: Access to Sun audio hardware.
n8+   :deprecated:
9+ 
10+.. deprecated:: 2.6
11+   The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0.
12+ 
8
9
10.. index:: single: u-LAW
11
12This module allows you to access the Sun audio interface. The Sun audio hardware
13is capable of recording and playing back audio data in u-LAW format with a
14sample rate of 8K per second. A full description can be found in the
15:manpage:`audio(7I)` manual page.
140
141
142:mod:`SUNAUDIODEV` --- Constants used with :mod:`sunaudiodev`
143=============================================================
144
145.. module:: SUNAUDIODEV
146   :platform: SunOS
147   :synopsis: Constants for use with sunaudiodev.
t153+   :deprecated:
154+ 
155+.. deprecated:: 2.6
156+   The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0.
157+ 
148
149
150.. index:: module: sunaudiodev
151
152This is a companion module to :mod:`sunaudiodev` which defines useful symbolic
153constants like :const:`MIN_GAIN`, :const:`MAX_GAIN`, :const:`SPEAKER`, etc. The
154names of the constants are the same names as used in the C include file
155``<sun/audioio.h>``, with the leading string ``AUDIO_`` stripped.
Legends
Colors
 Added 
Changed
Deleted
Links
(f)irst change
(n)ext change
(t)op