Spaces:
Configuration error
Configuration error
Fedir Zadniprovskyi
commited on
Commit
·
b4964a2
1
Parent(s):
838b1d7
docs: note to checkout out openai docs first
Browse files
docs/usage/speech-to-text.md
CHANGED
@@ -1,11 +1,12 @@
|
|
1 |
-
https://platform.openai.com/docs/api-reference/audio/createTranscription
|
2 |
-
https://platform.openai.com/docs/guides/speech-to-text
|
3 |
-
|
4 |
TODO: add a note about automatic downloads
|
5 |
TODO: mention streaming
|
6 |
TODO: add a demo
|
7 |
TODO: talk about audio format
|
8 |
|
|
|
|
|
|
|
|
|
9 |
## Curl
|
10 |
|
11 |
```bash
|
|
|
|
|
|
|
|
|
1 |
TODO: add a note about automatic downloads
|
2 |
TODO: mention streaming
|
3 |
TODO: add a demo
|
4 |
TODO: talk about audio format
|
5 |
|
6 |
+
!!! note
|
7 |
+
|
8 |
+
Before proceeding, make sure you are familiar with the [OpenAI Speech-to-Text](https://platform.openai.com/docs/guides/speech-to-text) and the relevant [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio/createTranscription)
|
9 |
+
|
10 |
## Curl
|
11 |
|
12 |
```bash
|
docs/usage/text-to-speech.md
CHANGED
@@ -2,12 +2,14 @@
|
|
2 |
|
3 |
This feature not supported on ARM devices only x86_64. I was unable to build [piper-phonemize](https://github.com/rhasspy/piper-phonemize)(my [fork](https://github.com/fedirz/piper-phonemize))
|
4 |
|
5 |
-
https://platform.openai.com/docs/api-reference/audio/createSpeech
|
6 |
-
https://platform.openai.com/docs/guides/text-to-speech
|
7 |
http://localhost:8001/faster-whisper-server/api/
|
8 |
TODO: add a note about automatic downloads
|
9 |
TODO: add a demo
|
10 |
|
|
|
|
|
|
|
|
|
11 |
## Prerequisite
|
12 |
|
13 |
Download the piper voices from [HuggingFace model repository](https://huggingface.co/rhasspy/piper-voices)
|
|
|
2 |
|
3 |
This feature not supported on ARM devices only x86_64. I was unable to build [piper-phonemize](https://github.com/rhasspy/piper-phonemize)(my [fork](https://github.com/fedirz/piper-phonemize))
|
4 |
|
|
|
|
|
5 |
http://localhost:8001/faster-whisper-server/api/
|
6 |
TODO: add a note about automatic downloads
|
7 |
TODO: add a demo
|
8 |
|
9 |
+
!!! note
|
10 |
+
|
11 |
+
Before proceeding, make sure you are familiar with the [OpenAI Text-to-Speech](https://platform.openai.com/docs/guides/text-to-speech) and the relevant [OpenAI API reference](https://platform.openai.com/docs/api-reference/audio/createSpeech)
|
12 |
+
|
13 |
## Prerequisite
|
14 |
|
15 |
Download the piper voices from [HuggingFace model repository](https://huggingface.co/rhasspy/piper-voices)
|