[porcupineks] Fix description of the sensitivity parameter (#12748)
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
This commit is contained in:
@@ -11,7 +11,7 @@
|
|||||||
</parameter>
|
</parameter>
|
||||||
<parameter name="sensitivity" type="decimal" min="0" max="1">
|
<parameter name="sensitivity" type="decimal" min="0" max="1">
|
||||||
<label>Sensitivity</label>
|
<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>
|
<default>0.5</default>
|
||||||
</parameter>
|
</parameter>
|
||||||
</config-description>
|
</config-description>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
voice.config.porcupineks.apiKey.label = Pico Voice API Key
|
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.apiKey.description = API key from PicoVoice, required to use Porcupine.
|
||||||
voice.config.porcupineks.sensitivity.label = Sensitivity
|
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
|
# service
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user