

docs: note to checkout out openai docs first
@4aca1f5be390316c500bbdffe8c9a2d73dc7bb73
--- docs/usage/speech-to-text.md
+++ docs/usage/speech-to-text.md
... | ... | @@ -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 | 1 |
TODO: add a note about automatic downloads |
5 | 2 |
TODO: mention streaming |
6 | 3 |
TODO: add a demo |
7 | 4 |
TODO: talk about audio format |
8 | 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 |
+ |
|
9 | 10 |
## Curl |
10 | 11 |
|
11 | 12 |
```bash |
--- docs/usage/text-to-speech.md
+++ docs/usage/text-to-speech.md
... | ... | @@ -2,12 +2,14 @@ |
2 | 2 |
|
3 | 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 | 4 |
|
5 |
-https://platform.openai.com/docs/api-reference/audio/createSpeech |
|
6 |
-https://platform.openai.com/docs/guides/text-to-speech |
|
7 | 5 |
http://localhost:8001/faster-whisper-server/api/ |
8 | 6 |
TODO: add a note about automatic downloads |
9 | 7 |
TODO: add a demo |
10 | 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 |
+ |
|
11 | 13 |
## Prerequisite |
12 | 14 |
|
13 | 15 |
Download the piper voices from [HuggingFace model repository](https://huggingface.co/rhasspy/piper-voices) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?