Edge TTS icon

Edge TTS

Text-to-Speech using Microsoft Edge capabilities

Actions4

Overview

The Edge TTS node provides text-to-speech functionality using Microsoft Edge capabilities. It allows users to convert text into spoken audio, which can be useful for creating audio content, accessibility features, or voice notifications. The 'List All' operation under the 'Voice' resource likely retrieves a list of available voice options or configurations for text-to-speech synthesis.

Use Case Examples

  1. A user wants to generate audio files from text for a podcast or audiobook.
  2. An application needs to provide voice feedback or alerts using different voice options.
  3. A developer wants to explore available voices to customize the speech output.

Properties

Name Meaning
Options Additional parameters to customize the list operation, such as limiting the number of results returned.

Output

JSON

  • json - The main output containing the list of voices or voice-related data returned by the operation.

Dependencies

  • Requires Microsoft Edge capabilities for text-to-speech synthesis.

Troubleshooting

  • If the operation is not supported for the selected resource, the node throws an error indicating the unsupported operation.
  • Errors during execution of the operation for individual items are captured and can be handled with 'continue on fail' option, allowing the workflow to proceed while logging errors per item.
  • Ensure the Microsoft Edge environment or required API access is properly configured to avoid authentication or execution errors.

Discussion