Module: STFTSpectrogram

Defined in:
lib/gui/gui.rb,
lib/stft/fft.rb,
lib/plot/plot.rb,
lib/stft/stft_slice.rb,
lib/audio/audio_file.rb,
lib/stft/spectrogram.rb,
lib/stft_spectrogram.rb

Overview

Main module

Defined Under Namespace

Modules: FFT Classes: AudioFile, GUI, Plot, STFTSlice, Spectrogram

Class Method Summary collapse

Class Method Details

.startObject



258
259
260
261
262
263
264
# File 'lib/gui/gui.rb', line 258

def self.start
  FXApp.new do |app|
    STFTSpectrogram::GUI.new(app)
    app.create
    app.run
  end
end