Module: Mfcc::Frame
- Included in:
- Calculator
- Defined in:
- lib/mfcc/frame.rb
Instance Method Summary collapse
Instance Method Details
#frame(data) ⇒ Object
3 4 5 |
# File 'lib/mfcc/frame.rb', line 3 def frame(data) Mfcc.frame(data, frame_size, frame_step) end |