UNPKG

@andresaya/n8n-nodes-edgetts

Version:

n8n node for Edge TTS - Text-to-Speech using Microsoft Edge capabilities

26 lines 736 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.synthesizeOperations = void 0; exports.synthesizeOperations = [ { displayName: 'Operation', name: 'operation', type: 'options', noDataExpression: true, displayOptions: { show: { resource: ['synthesize'], }, }, options: [ { name: 'Text to Speech', value: 'textToSpeech', description: 'Convert text or SSML to speech audio', action: 'Convert text to speech', }, ], default: 'textToSpeech', }, ]; //# sourceMappingURL=synthesize.operations.js.map