Searched refs:SndHeaders (Results 1 – 1 of 1) sorted by relevance
37 SndHeaders = namedtuple('SndHeaders', variable40 SndHeaders.filetype.__doc__ = ("""The value for type indicates the data type43 SndHeaders.framerate.__doc__ = ("""The sampling_rate will be either the actual45 SndHeaders.nchannels.__doc__ = ("""The number of channels or 0 if it cannot be47 SndHeaders.nframes.__doc__ = ("""The value for frames will be either the number49 SndHeaders.sampwidth.__doc__ = ("""Either the sample size in bits or65 return SndHeaders(*res)