Wave_write objects, as returned by open(), have the following methods:
(nchannels, sampwidth,
framerate, nframes, comptype, compname)
, with
values valid for the set*() methods. Sets all parameters.
Note that it is invalid to set any parameters after calling writeframes() or writeframesraw(), and any attempt to do so will raise wave.Error.
See About this document... for information on suggesting changes.