ElevenLabs (Independent Publisher) (#2760)

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit 096a7c3199, reversing
changes made to cb0948670f.

* Revert "Merge branch 'microsoft:dev' into dev"

This reverts commit cb0948670f, reversing
changes made to dc26e8a026.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit 01764d0a6d.

* Revert "Revert "Merge branch 'microsoft:dev' into dev""

This reverts commit a3f086ef0f.

* Add files via upload

* Revert "Add files via upload"

This reverts commit eeff7b7a02.

* Add files via upload

* Delete independent-publisher-connectors/FileIO directory

* Add files via upload

* Add files via upload

* Add files via upload

* Add files via upload

* Revert "Add files via upload"

This reverts commit 1d85506958.

* Add files via upload
This commit is contained in:
Troy Taylor 2023-07-17 06:25:53 -04:00 коммит произвёл GitHub
Родитель a08a4439fc
Коммит 666e4700a6
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1365 добавлений и 0 удалений

Разница между файлами не показана из-за своего большого размера Загрузить разницу

Просмотреть файл

@ -0,0 +1,23 @@
{
"properties": {
"connectionParameters": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "API Key",
"description": "The API Key for this api",
"tooltip": "Provide your API Key",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
},
"iconBrandColor": "#da3b01",
"capabilities": [],
"publisher": "Troy Taylor",
"stackOwner": "ElevenLabs Inc."
}
}

Просмотреть файл

@ -0,0 +1,43 @@
# ElevenLabs
ElevenLabs is a voice technology research company, developing the most compelling AI speech software for publishers and creators. They provide text-to-speech models which rely on high compression and context understanding to render human speech ultra-realistically.
## Publisher: Troy Taylor, Hitachi Solutions
## Prerequisites
You must sign up for an account with [ElevenLabs](https://beta.elevenlabs.io/sign-up).
## Obtaining Credentials
Once logged in to your account, you can access your API Key in the Profile Settings.
## Supported Operations
### Convert text to speech
Converts text into speech using a voice of your choice and returns audio.
### Get models
Retrieves a list of available models.
### Get voices
Retrieve a list of all available voices for a user.
### Get default voice settings
Retrieves the default settings for voices.
### Get voice settings
Retrieve the settings for a specific voice.
### Edit voice settings
Edit your settings for a specific voice.
### Get voice
Retrieve metadata about a specific voice.
### Get voice sample
Retrieves the audio corresponding to a sample attached to a voice.
### Get history
Retrieve metadata about all your generated audio.
### Get history item
Retrieve information about an history item by its identifier.
### Get audio from history item
Retrieve the audio of an history item.
### Download history items
Retrieve one or more history items as either a single audio file or a packaged .zip file.
### Get user info
Retrieve information about your user account.
### Get user subscription info
Retrieve extended information about your subscription.
## Known Issues and Limitations
There are no known issues at this time.