Home
last modified time | relevance | path

Searched refs:sunaudio (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_linuxaudiodev.py12 sunaudio = test_support.import_module('sunaudio', deprecated=True) variable
35 size, enc, rate, nchannels, extra = sunaudio.gethdr(fp)
Dtest_sundry.py71 import sunaudio
/external/python/cpython2/Doc/library/
Dsun.rst14 sunaudio.rst
Dundoc.rst55 :mod:`sunaudio`
/external/python/cpython2/Misc/NEWS.d/
D2.6b3.rst478 Deprecate the sunaudio module for removal in Python 3.0.
/external/python/cpython2/Misc/
Dcheatsheet1985 sunaudio Interpret sun audio headers.
/external/python/cpython3/Misc/
DHISTORY16561 - Removed the sunaudio module. Use sunau instead.