From 6cd289cdaf70fb59e75a42138eee0a32d22f66bc Mon Sep 17 00:00:00 2001 From: NATURESPEAK Date: Mon, 4 Apr 2022 09:10:45 +0200 Subject: [PATCH] backup --- voice.config.json.backup | 142 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 142 insertions(+) create mode 100644 voice.config.json.backup diff --git a/voice.config.json.backup b/voice.config.json.backup new file mode 100644 index 0000000..27ed36a --- /dev/null +++ b/voice.config.json.backup @@ -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 + } + ] +}