VoiceRSS (Independent Pubisher) (Preview)
Voice RSS Text-to-Speech (TTS) allows conversion of textual content to speech easier than ever.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Fördős András |
fordosa90+ipc_vrss@gmail.com |
Connector Metadata | |
---|---|
Publisher | Fördős András |
Website | https://www.voicerss.org/ |
Privacy policy | https://www.voicerss.org/terms.aspx |
Categories | Communication;Data |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
API Key | securestring | The API Key for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Convert text to speech |
Convert text and get verbal representation of a textual content. |
Convert text to speech
Convert text and get verbal representation of a textual content.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Language
|
hl | True | string |
The textual content language, for example: en-us. See documentation for more details. |
Codec
|
c | string |
The speech audio codec, default value: WAV. |
|
Format
|
f | string |
The speech audio format, default value: 8khz_8bit_mono. See documentation for possible values. |
|
Source
|
src | True | string |
The textual content for converting to speech (length limited by 100KB). |
Voice
|
v | string |
The speech voice, default value depends on the language. See possible values in documentation. |
|
Rate
|
r | integer |
The speech rate (speed). Allows values: from -10 (slowest speed) up to 10 (fastest speed). Default value: 0 (normal speed). |
|
SSML
|
ssml | boolean |
The SSML textual content format |
|
Base64
|
b64 | boolean |
Defines output as a Base64 string format (for an internet browser playing) instead of binary. |