3 4 5
# File 'lib/mfcc/frame.rb', line 3 def frame(data) Mfcc.frame(data, frame_size, frame_step) end