Actions4
- Voice Actions
- Synthesize Actions
Overview
This node, named Edge TTS, provides text-to-speech functionality using Microsoft Edge capabilities. Specifically, the 'Filter by Gender' operation under the 'Voice' resource allows users to filter available voices based on gender (Female or Male). This is useful in scenarios where users want to select voices of a specific gender for speech synthesis, such as creating gender-specific voiceovers or personalized audio content.
Use Case Examples
- Filtering voices to only female options for a marketing campaign.
- Selecting male voices for an audiobook narration.
Properties
| Name | Meaning |
|---|---|
| Gender | Specifies the gender of the voices to filter (Female or Male). |
| Options | Additional options for filtering, including limiting the number of results returned. |
Output
JSON
voiceId- Identifier of the filtered voice.name- Name of the filtered voice.gender- Gender of the filtered voice.locale- Locale or language of the filtered voice.
Dependencies
- Requires Microsoft Edge text-to-speech capabilities and appropriate API access or authentication.
Troubleshooting
- If the operation or resource is not supported, an error will be thrown indicating the unsupported operation/resource combination.
- Ensure the 'Gender' parameter is correctly set to either 'Female' or 'Male' to avoid invalid filter results.
- If no voices match the filter criteria, the output will be empty; consider adjusting the 'Limit' option or checking available voices.