Add string customization and example.env

This commit is contained in:
2021-05-02 18:26:18 +02:00
parent cbb4a6898b
commit cd51b092fc
13 changed files with 65 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ async function initDB() {
const api = {
db: undefined,
queue: undefined,
strings: require('./strings/'+process.env.STRING_SET+'.json'),
ttsEngines: (() => {
let engines = {};
console.log(`Registering TTS engines...`);