Saving OVOS progress for now...
This commit is contained in:
@@ -1,34 +1,15 @@
|
|||||||
{
|
{
|
||||||
"log_level": "INFO",
|
"log_level": "INFO",
|
||||||
"logs": {
|
"logs": { "path": "stdout" },
|
||||||
"path": "stdout"
|
|
||||||
},
|
|
||||||
"lang": "en-us",
|
|
||||||
"listener": {
|
"listener": {
|
||||||
"wake_word": "hey_benedikta",
|
"sample_rate": 16000,
|
||||||
"VAD": {
|
"VAD": {
|
||||||
"module": "ovos-vad-plugin-silero"
|
"module": "ovos-vad-plugin-silero"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"hotwords": {
|
"hotwords": {
|
||||||
"hey_benedikta": {
|
"hey_benedikta": {
|
||||||
"module": "ovos-ww-plugin-vosk",
|
"module": "ovos-ww-plugin-precise-lite",
|
||||||
"listen": true,
|
|
||||||
"debug": false,
|
|
||||||
"rule": "equals",
|
|
||||||
"samples": [
|
|
||||||
"hey benedicta",
|
|
||||||
"hey benedikta",
|
|
||||||
"benedikta",
|
|
||||||
"benedicta"
|
|
||||||
],
|
|
||||||
"fallback_ww": "hey_benedikta_pocketsphinx"
|
|
||||||
},
|
|
||||||
"hey_benedikta_pocketsphinx": {
|
|
||||||
"module": "ovos-ww-plugin-pocketsphinx",
|
|
||||||
"phonemes": "HH EY . B EH N AH D IY K T AH",
|
|
||||||
"threshold": 1e-10,
|
|
||||||
"lang": "en-us",
|
|
||||||
"listen": true
|
"listen": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,17 +26,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
"sources": [
|
"sources": [
|
||||||
{
|
|
||||||
"type": "spotify",
|
|
||||||
"enabled": true,
|
|
||||||
"name": "spotifySource",
|
|
||||||
"clients": ["lastFmClient", "ListenBrainzClient", "malojaClient"],
|
|
||||||
"data": {
|
|
||||||
"clientId": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['YOUR_SPOTIFY_ID'] }}",
|
|
||||||
"clientSecret": "{{ lookup('community.hashi_vault.vault_kv2_get', 'env', engine_mount_point='rinoa-docker', url=vault_addr, token=vault_token)['secret']['YOUR_SPOTIFY_SECRET'] }}",
|
|
||||||
"redirectUri": "https://scrobble.trez.wtf/callback"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"type": "lastfm",
|
"type": "lastfm",
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"binarize": true,
|
"binarize": true,
|
||||||
|
|
||||||
"allowed_encodings": [
|
"allowed_encodings": [
|
||||||
"JSON-B64",
|
"JSON-B64",
|
||||||
"JSON-URLSAFE-B64",
|
"JSON-URLSAFE-B64",
|
||||||
@@ -9,10 +10,12 @@
|
|||||||
"JSON-B32",
|
"JSON-B32",
|
||||||
"JSON-HEX"
|
"JSON-HEX"
|
||||||
],
|
],
|
||||||
|
|
||||||
"allowed_ciphers": [
|
"allowed_ciphers": [
|
||||||
"CHACHA20-POLY1305",
|
"CHACHA20-POLY1305",
|
||||||
"AES-GCM"
|
"AES-GCM"
|
||||||
],
|
],
|
||||||
|
|
||||||
"agent_protocol": {
|
"agent_protocol": {
|
||||||
"module": "hivemind-ovos-agent-plugin",
|
"module": "hivemind-ovos-agent-plugin",
|
||||||
"hivemind-ovos-agent-plugin": {
|
"hivemind-ovos-agent-plugin": {
|
||||||
@@ -20,21 +23,30 @@
|
|||||||
"port": 8181
|
"port": 8181
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"binary_protocol": {
|
"binary_protocol": {
|
||||||
"module": "hivemind-audio-binary-protocol-plugin",
|
"module": "hivemind-audio-binary-protocol-plugin",
|
||||||
"hivemind-audio-binary-protocol-plugin": {
|
"hivemind-audio-binary-protocol-plugin": {
|
||||||
|
|
||||||
"stt": {
|
"stt": {
|
||||||
"module": "ovos-stt-plugin-server",
|
"module": "ovos-stt-plugin-fasterwhisper",
|
||||||
"ovos-stt-plugin-server": {}
|
"ovos-stt-plugin-fasterwhisper": {
|
||||||
|
"model": "base.en"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"tts": {
|
"tts": {
|
||||||
"module": "ovos-tts-plugin-server",
|
"module": "ovos-tts-plugin-piper",
|
||||||
"ovos-tts-plugin-server": {}
|
"ovos-tts-plugin-piper": {
|
||||||
|
"voice": "alba-medium"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"vad": {
|
"vad": {
|
||||||
"module": "ovos-vad-plugin-silero",
|
"module": "ovos-vad-plugin-silero",
|
||||||
"ovos-vad-plugin-silero": {}
|
"ovos-vad-plugin-silero": {}
|
||||||
},
|
},
|
||||||
|
|
||||||
"wake_word": "hey_benedikta",
|
"wake_word": "hey_benedikta",
|
||||||
"hotwords": {
|
"hotwords": {
|
||||||
"hey_benedikta": {
|
"hey_benedikta": {
|
||||||
@@ -44,6 +56,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"network_protocol": {
|
"network_protocol": {
|
||||||
"hivemind-websocket-plugin": {
|
"hivemind-websocket-plugin": {
|
||||||
"host": "0.0.0.0",
|
"host": "0.0.0.0",
|
||||||
@@ -60,6 +73,7 @@
|
|||||||
"cert_name": "hivemind"
|
"cert_name": "hivemind"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
"database": {
|
"database": {
|
||||||
"module": "hivemind-json-db-plugin",
|
"module": "hivemind-json-db-plugin",
|
||||||
"hivemind-json-db-plugin": {
|
"hivemind-json-db-plugin": {
|
||||||
@@ -67,4 +81,4 @@
|
|||||||
"subfolder": "hivemind-core"
|
"subfolder": "hivemind-core"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user