Class: Hindbaer::Plugin::VoiceProfiler
- Inherits:
-
Base
- Object
- Base
- Hindbaer::Plugin::VoiceProfiler
show all
- Defined in:
- lib/hindbaer/plugin/voice_profiler.rb
Instance Method Summary
collapse
Methods inherited from Base
#id, #initialize
Instance Method Details
#comp ⇒ Object
57
58
59
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 57
def comp
@doc['Comp']
end
|
#high_freq_freq ⇒ Object
37
38
39
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 37
def high_freq_freq
@doc['HF_Freq']
end
|
#high_freq_gain ⇒ Object
41
42
43
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 41
def high_freq_gain
@doc['HF_Gain']
end
|
#high_freq_q ⇒ Object
45
46
47
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 45
def high_freq_q
@doc['HF_Q']
end
|
#high_pass_freq ⇒ Object
49
50
51
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 49
def high_pass_freq
@doc['HP_Freq']
end
|
#high_pass_gain ⇒ Object
53
54
55
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 53
def high_pass_gain
@doc['HP_Gain']
end
|
#low_freq_freq ⇒ Object
13
14
15
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 13
def low_freq_freq
@doc['LF_Freq']
end
|
#low_freq_gain ⇒ Object
17
18
19
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 17
def low_freq_gain
@doc['LF_Gain']
end
|
#low_freq_q ⇒ Object
21
22
23
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 21
def low_freq_q
@doc['LF_Q']
end
|
#mid_freq_freq ⇒ Object
25
26
27
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 25
def mid_freq_freq
@doc['MF_Freq']
end
|
#mid_freq_gain ⇒ Object
29
30
31
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 29
def mid_freq_gain
@doc['MF_Gain']
end
|
#mid_freq_q ⇒ Object
33
34
35
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 33
def mid_freq_q
@doc['MF_Q']
end
|
#name ⇒ Object
9
10
11
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 9
def name
'Voice Profiler'
end
|
#uid ⇒ Object
5
6
7
|
# File 'lib/hindbaer/plugin/voice_profiler.rb', line 5
def uid
'nhft'
end
|