Home | History | Annotate | Download | only in python2.7

Lines Matching full:sampwidth

623     def setsampwidth(self, sampwidth):
626 if sampwidth < 1 or sampwidth > 4:
628 self._sampwidth = sampwidth
675 nchannels, sampwidth, framerate, nframes, comptype, compname = info
681 self.setsampwidth(sampwidth)
959 print "sampwidth =", f.getsampwidth()