diff --git a/public/text-to-speech.html b/public/text-to-speech.html index 6336087..a4d1725 100644 --- a/public/text-to-speech.html +++ b/public/text-to-speech.html @@ -224,7 +224,7 @@
Our public endpoint runs the Voice Cloning engine — 42+ distinct human voices cloned from the LibriSpeech public domain corpus, speaking 10 languages natively. First audio arrives in under 100 milliseconds.
+Our public endpoint runs the Voice Cloning engine — 42 distinct human voices, 41 cloned from the LibriSpeech public domain corpus plus the operator's own self-recorded voice (foxhop, voice 42). Speaks 10 languages natively, first audio arrives in under 100 milliseconds.
# Female voice
@@ -252,6 +252,20 @@ curl https://speech.ai.unturf.com/v1/audio/speech \
# Voice 42 — the operator's own self-recorded voice
+# (slot 41 intentionally empty, in honor of Douglas Adams)
+curl https://speech.ai.unturf.com/v1/audio/speech \
+ -H "Content-Type: application/json" \
+ -d '{
+ "input": "This voice is self-recorded. I am number forty-two, and slot forty-one is intentionally empty, in honor of Douglas Adams.",
+ "voice": "foxhop"
+ }' > foxhop.mp3
+
+ from openai import OpenAI
client = OpenAI(