We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9255b1f commit 9986865Copy full SHA for 9986865
examples/elevenlabs/README.md
@@ -0,0 +1,9 @@
1
+# Elevenlabs Examples
2
+
3
+One use case of Elevenlabs is to convert text to speech, which creates audio files from text input.
4
5
+To run the examples, you can use additional tools like (mpg123)[https://www.mpg123.de/]:
6
7
+```bash
8
+php elevenlabs/text-to-speech.php | mpg123 -
9
+```
0 commit comments