Lines Matching refs:rate
8 - sampling rate (0 if unknown or hard to decode)
17 sampling rate (a frame contains a sample for each channel).
115 rate = func(h[16:20])
132 return filetype, rate, nchannels, nframe, sample_bits
143 rate = 22050 / divisor
145 rate = 0
146 return 'hcom', rate, 1, -1, 8
156 rate = 0
160 rate = int(1000000.0 / ratecode)
161 return 'voc', rate, 1, -1, 8
197 rate = get_short_le(h[20:22])
198 return 'sndt', rate, 1, nsamples, 8
206 rate = get_short_le(h[2:4])
207 if 4000 <= rate <= 25000:
208 return 'sndr', rate, 1, -1, 8