Inspect plugins

Post Reply
tobiasherzke
Posts: 109
Joined: Mon Jun 24, 2019 12:51 pm

Inspect plugins

Post by tobiasherzke » Tue Jun 25, 2019 8:32 am

To quickly investigate which configuration variables are provided by a particular openMHA plugin without opening and searching through the openMHA_plugins.pdf manual, \(\tt analysemhaplugin\) can be used:

Code: Select all

analysemhaplugin gain
skip over the \(\tt mhaconfig\_in\), \(\tt mhaconfig\_out\) parameters...

Code: Select all

# Minimal gain
# float:[,0] (writable)
min = -16

# Maximal gain
# float:[0,] (writable)
max = 16

# Broadband gain in dB
# (setting of broad band gain overrides band gain)
# float:[-16,16] (writable)
bbgain = 0

# Gain in dB
# vector<float>:[-16,16] (writable)
gains = [0]

Post Reply