@andresaya/n8n-nodes-edgetts
Version:
n8n node for Edge TTS - Text-to-Speech using Microsoft Edge capabilities
16 lines • 566 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.operationsFunctions = void 0;
const textToSpeech_1 = require("./synthesize/textToSpeech");
const voiceOperations_1 = require("./voice/voiceOperations");
exports.operationsFunctions = {
synthesize: {
textToSpeech: textToSpeech_1.textToSpeech,
},
voice: {
listAll: voiceOperations_1.listAll,
filterByLanguage: voiceOperations_1.filterByLanguage,
filterByGender: voiceOperations_1.filterByGender,
},
};
//# sourceMappingURL=index.js.map