[porcupineks] Fix description of the sensitivity parameter (#12748)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
parent
2fb662dab7
commit
b99d98b03d
|
@ -11,7 +11,7 @@
|
|||
</parameter>
|
||||
<parameter name="sensitivity" type="decimal" min="0" max="1">
|
||||
<label>Sensitivity</label>
|
||||
<description>Spot sensitivity, a higher sensitivity reduces miss rate at cost of increased false alarm rate.</description>
|
||||
<description>Spot sensitivity, a higher sensitivity reduces miss rate at the cost of increased false detection rate.</description>
|
||||
<default>0.5</default>
|
||||
</parameter>
|
||||
</config-description>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
voice.config.porcupineks.apiKey.label = Pico Voice API Key
|
||||
voice.config.porcupineks.apiKey.description = API key from PicoVoice, required to use Porcupine.
|
||||
voice.config.porcupineks.sensitivity.label = Sensitivity
|
||||
voice.config.porcupineks.sensitivity.description = Spot sensitivity, a higher sensitivity reduces miss rate at cost of increased false alarm rate.
|
||||
voice.config.porcupineks.sensitivity.description = Spot sensitivity, a higher sensitivity reduces miss rate at the cost of increased false detection rate.
|
||||
|
||||
# service
|
||||
|
||||
|
|
Loading…
Reference in New Issue