Skip to content

Commit e4edef1

Browse files
committed
docs for text to speech
Signed-off-by: Lukas Schaefer <[email protected]>
1 parent 77aaa49 commit e4edef1

File tree

4 files changed

+14
-1
lines changed

4 files changed

+14
-1
lines changed

admin_manual/ai/app_assistant.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,13 @@ In order to make use of our AI agent feature, offering the execution of actions
111111

112112
You will also need a text processing provider as specified above (ie. *llm2* or *integration_openai*).
113113

114+
Text-To-Speech
115+
~~~~~~~~~~~~~~
116+
117+
In order to make use of Text-To-Speech, you will need an app that provides a Text-To-Speech backend:
118+
119+
* *integration_openai* - Integrates with the OpenAI API to provide AI functionality from OpenAI servers (Customer support available upon request; see :ref:`AI as a Service<ai-ai_as_a_service>`)
120+
114121
Configuration
115122
-------------
116123

admin_manual/ai/overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Nextcloud uses modularity to separate raw AI functionality from the Graphical Us
6666
"Context Chat","`Nextcloud Assistant Context Chat <https://apps.nextcloud.com/apps/context_chat>`_","Yellow","Yes","Yes","No","Yes"
6767
"","`Nextcloud Assistant Context Chat (Backend) <https://apps.nextcloud.com/apps/context_chat_backend>`_","Yellow","Yes","Yes","No","Yes"
6868
"Context Agent","`Nextcloud Context Agent <https://apps.nextcloud.com/apps/context_agent>`_","Green","Yes","Yes","Yes","Yes"
69+
"Text To Speech","`Open AI Text To Speech <https://apps.nextcloud.com/apps/integration_openai>`_","Red","No","No","No","No"
6970

7071

7172
Ethical AI Rating

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_32.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Back-end changes
3636
Added APIs
3737
^^^^^^^^^^
3838

39-
- TBD
39+
- New service ``OCP\TaskProcessing\TextToSpeech`` to convert text to speech.
4040

4141
Changed APIs
4242
^^^^^^^^^^^^

developer_manual/digging_deeper/task_processing.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ The following built-in task types are available:
116116
* ``input``: ``Text``
117117
* Output shape:
118118
* ``output``: ``Text``
119+
* ``'core:text2speech'``: This task type is for generating images from text prompts. It is implemented by ``\OCP\TaskProcessing\TaskTypes\TextToSpeech``
120+
* Input shape:
121+
* ``input``: ``Text``
122+
* Output shape:
123+
* ``speech``: ``Audio``
119124

120125

121126
Task types can be disabled in the AI admin settings so they are not available for the Assistant or other apps even if they are implemented. All implemented Task types are enabled by default.

0 commit comments

Comments
 (0)