f | |
| :mod:`sunaudiodev` --- Access to Sun audio hardware |
| =================================================== |
| |
| .. module:: sunaudiodev |
| :platform: SunOS |
| :synopsis: Access to Sun audio hardware. |
n | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0. |
| |
| |
| |
| .. index:: single: u-LAW |
| |
| This module allows you to access the Sun audio interface. The Sun audio hardware |
| is capable of recording and playing back audio data in u-LAW format with a |
| sample rate of 8K per second. A full description can be found in the |
| :manpage:`audio(7I)` manual page. |
| |
| |
| :mod:`SUNAUDIODEV` --- Constants used with :mod:`sunaudiodev` |
| ============================================================= |
| |
| .. module:: SUNAUDIODEV |
| :platform: SunOS |
| :synopsis: Constants for use with sunaudiodev. |
t | :deprecated: |
| |
| .. deprecated:: 2.6 |
| The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0. |
| |
| |
| |
| .. index:: module: sunaudiodev |
| |
| This is a companion module to :mod:`sunaudiodev` which defines useful symbolic |
| constants like :const:`MIN_GAIN`, :const:`MAX_GAIN`, :const:`SPEAKER`, etc. The |
| names of the constants are the same names as used in the C include file |
| ``<sun/audioio.h>``, with the leading string ``AUDIO_`` stripped. |