Class: Hindbaer::Plugin::VoiceProfiler

Inherits:
Base
  • Object
show all
Defined in:
lib/hindbaer/plugin/voice_profiler.rb

Instance Method Summary collapse

Methods inherited from Base

#id, #initialize

Constructor Details

This class inherits a constructor from Hindbaer::Plugin::Base

Instance Method Details

#compObject



57
58
59
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 57

def comp
  @doc['Comp']
end

#high_freq_freqObject



37
38
39
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 37

def high_freq_freq
  @doc['HF_Freq']
end

#high_freq_gainObject



41
42
43
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 41

def high_freq_gain
  @doc['HF_Gain']
end

#high_freq_qObject



45
46
47
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 45

def high_freq_q
  @doc['HF_Q']
end

#high_pass_freqObject



49
50
51
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 49

def high_pass_freq
  @doc['HP_Freq']
end

#high_pass_gainObject



53
54
55
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 53

def high_pass_gain
  @doc['HP_Gain']
end

#low_freq_freqObject



13
14
15
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 13

def low_freq_freq
  @doc['LF_Freq']
end

#low_freq_gainObject



17
18
19
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 17

def low_freq_gain
  @doc['LF_Gain']      
end

#low_freq_qObject



21
22
23
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 21

def low_freq_q
  @doc['LF_Q']
end

#mid_freq_freqObject



25
26
27
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 25

def mid_freq_freq
  @doc['MF_Freq']
end

#mid_freq_gainObject



29
30
31
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 29

def mid_freq_gain
  @doc['MF_Gain']
end

#mid_freq_qObject



33
34
35
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 33

def mid_freq_q
  @doc['MF_Q']
end

#nameObject



9
10
11
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 9

def name
  'Voice Profiler'
end

#uidObject



5
6
7
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 5

def uid
  'nhft'
end