# File lib/mp3info.rb, line 96
  def bits(b, a)
    t = 0
    b.downto(a) { |i| t += t + self[i] }
    t
  end