Create config.json
Browse files- config.json +8 -0
config.json
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"tts": {
|
| 3 |
+
"module": "ovos-tts-plugin-piper",
|
| 4 |
+
"ovos-tts-plugin-piper": {
|
| 5 |
+
"voice": "en_GB-amy"
|
| 6 |
+
}
|
| 7 |
+
}
|
| 8 |
+
}
|