This commit is contained in:
NATURESPEAK 2022-04-04 09:10:45 +02:00
parent c811f43709
commit 6cd289cdaf

142
voice.config.json.backup Normal file
View File

@ -0,0 +1,142 @@
{
"fullscreen" : true,
"command_osc_channel" : "/command",
"host_voicemachine" : "127.0.0.1",
"port_voicemachine" : "1111",
"host_machinespeak" : "127.0.0.1",
"port_machinespeak" : "1112",
"voices" : [
{
"background" : "0xff571111",
"color" : "0xffc8d75d",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/Lafontaine-Fables[english].txt_bs=64_ns=3000_vs=5000",
"temperature" : "1.2",
"tokeniser_file" : "data/tokens+models/Lafontaine-Fables[english].txt_bs=64_ns=3000_vs=5000/Lafontaine-Fables[english].txt_ns=5000.tokenizer.json"
},
"name" : "CHAOS",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/chaos",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
},
{
"background" : "0xff020000",
"color" : "0xffebf3f1",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/Emerson-Nature.txt_bs=64_ns=8000_vs=5000",
"temperature" : "0.9",
"tokeniser_file" : "data/tokens+models/Emerson-Nature.txt_bs=64_ns=8000_vs=5000/Emerson-Nature.txt_ns=5000.tokenizer.json"
},
"name" : "ETHER",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/ether",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
},
{
"background" : "0xffdcb213",
"color" : "0xff353a39",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/Blake-Songs-of-Innocence-and-of-Experience.txt_bs=64_ns=3000_vs=5000",
"temperature" : "1.5",
"tokeniser_file" : "data/tokens+models/Blake-Songs-of-Innocence-and-of-Experience.txt_bs=64_ns=3000_vs=5000/Blake-Songs-of-Innocence-and-of-Experience.txt_ns=5000.tokenizer.json"
},
"name" : "BLAKE",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/blake",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
},
{
"background" : "0xff012a35",
"color" : "0xffebf3f1",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/STORMS-FIRE-WORLD-TREES.txt_bs=64_ns=2000_vs=5000",
"temperature" : "0.5",
"tokeniser_file" : "data/tokens+models/STORMS-FIRE-WORLD-TREES.txt_bs=64_ns=2000_vs=5000/STORMS-FIRE-WORLD-TREES.txt_ns=5000.tokenizer.json"
},
"name" : "POMPOM",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/pompom",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
},
{
"background" : "0xff020000",
"color" : "0xffebf3f1",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/ANIMAL-PEOPLE.txt_bs=64_ns=2000_vs=5000",
"temperature" : "0.5",
"tokeniser_file" : "data/tokens+models/ANIMAL-PEOPLE.txt_bs=64_ns=2000_vs=5000/ANIMAL-PEOPLE.txt_ns=5000.tokenizer.json"
},
"name" : "ANIMAL",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/animal",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
},
{
"background" : "0xff571111",
"color" : "0xffc8d75d",
"font" : "TimesNewRomanPSMT",
"model" : {
"model_dir" : "data/tokens+models/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_bs=64_ns=8000_vs=5000",
"temperature" : "1.5",
"tokeniser_file" : "data/tokens+models/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_bs=64_ns=8000_vs=5000/Schelling-ON-THE-RELATION-OF-THE-PLASTIC-ARTS-TO-NATURE.txt_ns=5000.tokenizer.json"
},
"name" : "THEO",
"osc_channel" : {
"background" : "/background",
"calculate": "/calculate",
"color" : "/font/color",
"root" : "/theo",
"size" : "/font/size",
"type" : "/font/type",
"utterance" : "/utterance",
"temperature": "/temperature"
},
"size" : 100
}
]
}