Home
last modified time | relevance | path

Searched refs:sunau (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_sunau.py8 sunau = warnings_helper.import_deprecated("sunau") variable
14 module = sunau
129 sunau.open(io.BytesIO(b))
131 with self.assertRaisesRegex(sunau.Error, 'bad magic number'):
132 sunau.open(io.BytesIO(b))
135 b = struct.pack('>LLLLL', sunau.AUDIO_FILE_MAGIC, 20, 0,
136 sunau.AUDIO_FILE_ENCODING_LINEAR_8, 11025)
137 with self.assertRaisesRegex(sunau.Error, 'header size too small'):
138 sunau
[all...]
H A Dtest_ossaudiodev.py12 sunau = warnings_helper.import_deprecated('sunau') variable
32 au = sunau.open(fp)
39 if encoding != sunau.AUDIO_FILE_ENCODING_MULAW_8:

Completed in 2 milliseconds