class Phash::AudioHash

Class to store audio hash and compare to other

Private Instance Methods

to_s() click to toggle source
# File lib/phash/audio.rb, line 116
def to_s
  data.read_array_of_type(:uint32, :read_uint32, length).map{ |n| format('%08x', n) }.join(' ')
end