After many tests it turns out that the configuration file in the profile keeps traces of these tests:
Example I test the different programs for the wakeword
to assess their performance.
if i look at my config file i have:
“wake”: {
“porcupine”: {
“keyword_path”: “jarvis_raspberry-pi.ppn”,
“sensitivity”: “0.6”,
“udp_audio”: “localhost:12222”
},
“raven”: {
“keywords”: {
“asterix”: {
“enabled”: false
},
“hey_gaston”: {
“enabled”: true
},
“obelix”: {
“enabled”: false
}
},
“udp_audio”: “localhost:12222”
},
“snowboy”: {
“model”: “hey_gaston.pmdl”,
“udp_audio”: “localhost:12222”
},
“system”: “snowboy”
}
is it possible to obtain cleaning other than manually?
thank you in advance
Arpagor