Home
last modified time | relevance | path

Searched refs:Wave_write (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dwave.rst33 *mode* of ``'w'`` or ``'wb'`` returns a :class:`Wave_write` object. If
143 Wave_write Objects
146 Wave_write objects, as returned by :func:`.open`, have the following methods:
149 .. method:: Wave_write.close()
155 .. method:: Wave_write.setnchannels(n)
160 .. method:: Wave_write.setsampwidth(n)
165 .. method:: Wave_write.setframerate(n)
170 .. method:: Wave_write.setnframes(n)
176 .. method:: Wave_write.setcomptype(type, name)
182 .. method:: Wave_write.setparams(tuple)
[all …]
/external/python/cpython2/Lib/
Dwave.py279 class Wave_write: class
513 return Wave_write(f)