Home
last modified time | relevance | path

Searched refs:setsampwidth (Results 1 – 22 of 22) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_aifc.py269 self.assertRaises(aifc.Error, fout.setsampwidth, 0)
276 fout.setsampwidth(1)
282 self.assertRaises(aifc.Error, fout.setsampwidth, 1)
293 fout.setsampwidth(2)
324 fout.setsampwidth(1)
330 fout.setsampwidth(1)
Daudiotests.py74 f.setsampwidth(self.sampwidth)
/external/python/cpython3/Lib/test/
Dtest_aifc.py346 self.assertRaises(aifc.Error, fout.setsampwidth, 0)
353 fout.setsampwidth(1)
359 self.assertRaises(aifc.Error, fout.setsampwidth, 1)
370 fout.setsampwidth(2)
401 fout.setsampwidth(1)
407 fout.setsampwidth(1)
Daudiotests.py69 f.setsampwidth(self.sampwidth)
105 f.setsampwidth(self.sampwidth)
125 f.setsampwidth(self.sampwidth)
/external/python/cpython2/Demo/scripts/
Dmorse.py84 dev.setsampwidth(2)
92 dev.setsampwidth(2)
/external/python/cpython2/Lib/
Daudiodev.py91 def setsampwidth(self, width): member in Play_Audio_sgi
169 def setsampwidth(self, width): member in Play_Audio_sun
249 p.setsampwidth(af.getsampwidth())
Dsunau.py327 def setsampwidth(self, sampwidth): member in Au_write
379 self.setsampwidth(sampwidth)
Dwave.py347 def setsampwidth(self, sampwidth): member in Wave_write
398 self.setsampwidth(sampwidth)
Daifc.py636 def setsampwidth(self, sampwidth): member in Aifc_write
694 self.setsampwidth(sampwidth)
/external/python/cpython2/Lib/plat-mac/
DAudio_mac.py38 def setsampwidth(self, sampwidth): member in Play_Audio_mac
113 p.setsampwidth(af.getsampwidth())
/external/python/cpython2/Mac/Demo/sound/
Dmorse.py124 dev.setsampwidth(SAMPWIDTH)
131 dev.setsampwidth(SAMPWIDTH)
Dmorselib.py136 self.dev.setsampwidth(SAMPWIDTH)
/external/python/cpython3/Lib/
Dwave.py350 def setsampwidth(self, sampwidth): member in Wave_write
401 self.setsampwidth(sampwidth)
Dsunau.py354 def setsampwidth(self, sampwidth): member in Au_write
406 self.setsampwidth(sampwidth)
Daifc.py626 def setsampwidth(self, sampwidth): member in Aifc_write
686 self.setsampwidth(sampwidth)
/external/python/cpython2/Doc/library/
Dwave.rst160 .. method:: Wave_write.setsampwidth(n)
Dsunau.rst210 .. method:: AU_write.setsampwidth(n)
Daifc.rst164 .. method:: aifc.setsampwidth(width)
/external/python/cpython3/Doc/library/
Dsunau.rst214 .. method:: AU_write.setsampwidth(n)
Dwave.rst187 .. method:: Wave_write.setsampwidth(n)
Daifc.rst166 .. method:: aifc.setsampwidth(width)
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1539 :meth:`.AU_write.setsampwidth` now supports 24 bit samples, thus adding