HomeSort by relevance Sort by last modified time
    Searched refs:sample_bits (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sndhdr.py 94 sample_bits = 'U'
96 sample_bits = 8
98 sample_bits = 16
101 sample_bits = '?'
103 return type, rate, nchannels, data_size//frame_size, sample_bits
137 sample_bits = get_short_le(h[34:36])
138 return 'wav', rate, nchannels, -1, sample_bits
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sndhdr.py 94 sample_bits = 'U'
96 sample_bits = 8
98 sample_bits = 16
101 sample_bits = '?'
103 return type, rate, nchannels, data_size//frame_size, sample_bits
137 sample_bits = get_short_le(h[34:36])
138 return 'wav', rate, nchannels, -1, sample_bits

Completed in 1228 milliseconds