module Aubio::Api
Constants
- AUBIO_LSMP_FMT
- AUBIO_SMPL_FMT
- HAVE_AUBIO_DOUBLE
Public Class Methods
attach_function(name, *_)
click to toggle source
Calls superclass method
# File lib/aubio/aubio-ffi.rb, line 13 def self.attach_function(name, *_) super; rescue FFI::NotFoundError => e (class << self; self; end).class_eval { define_method(name) { |*_| raise e } } end