Top Level Namespace

Defined Under Namespace

Modules: WavSpectrumAnalyzer Classes: WavFile

Instance Method Summary collapse

Instance Method Details

#error(msg) ⇒ Object



85
86
87
88
# File 'lib/wavspa/common.rb', line 85

def error(msg)
  STDERR.printf("error: %s\n", msg)
  abort()
end