可能是一个非常愚蠢的问题,但我无法在任何地方找到解决方案。当我运行“gst-inspect-1.0 pocketsphinx”时,我得到如下信息:
Current configuration:
[NAME] [DEFLT] [VALUE]
-agc none none
-agcthresh 2.0 2.000000e+00
-allphone
...
Element Properties:
name : The name of the object
flags: readable, writable
String. Default: "pocketsphinx0"
...
我知道如何设置“元素属性”的值,但如何设置其他配置选项的值?例如,我想为 'keyphrase' 设置一个值,但执行类似的操作
asr.set_property("keyphrase", "test")
或者
asr.set_property("-keyphrase", "test")
返回
TypeError: object of type `GstPocketSphinx' does not have property `keyphrase'