Overview
This node interacts with the Mobvoi API to perform various voice-related operations. Specifically, the "Get Speaker List" operation retrieves a list of available speakers from the Mobvoi service. This can be useful when you want to dynamically fetch and display the voices that can be used for text-to-speech or voice cloning tasks.
Practical examples include:
- Fetching all available speaker voices before converting text to speech.
- Filtering speakers by type (e.g., system voices vs. voice cloning voices) to select an appropriate voice for audio generation.
- Integrating with other workflows that require dynamic voice selection based on available options.
Properties
| Name | Meaning |
|---|---|
| Speaker Type | The category of speakers to retrieve. Options: All (all speakers), System (system voices), Voice Cloning (voice cloning voices). |
Output
The output contains a JSON object representing the list of speakers retrieved from the Mobvoi API. Each speaker entry typically includes details such as the speaker's name, type, and possibly other metadata describing the voice characteristics.
No binary data is output in this operation.
Dependencies
- Requires an API key credential for authenticating with the Mobvoi API.
- The node makes HTTP requests to Mobvoi endpoints (
https://open.mobvoi.comandhttps://openman.weta365.com/metaman/open) to fetch speaker information. - Proper configuration of the API key credential within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Authentication failures due to missing or invalid API credentials.
- Network connectivity problems preventing access to Mobvoi API endpoints.
- Unexpected response formats if the API changes.
Error messages:
- Errors related to authorization usually indicate incorrect or missing API keys; verify and update credentials.
- Timeout or connection errors suggest network issues; check internet connectivity and firewall settings.
- Parsing errors may occur if the API response structure changes; ensure the node version is up to date.
Links and References
- Mobvoi Official Website
- Mobvoi API Documentation (for detailed API usage and speaker info)