Text To Speech

फ्रीमियम
द्वारा HiVoicy | अपडेट किया गया 9 дней назад | Artificial Intelligence/Machine Learning
लोकप्रियता

0.2 / 10

लेटेंसी

224ms

सेवा का स्तर

0%

Health Check

N/A

रीडमी

Text To Speech (TTS)

  • HiVoicy Text To Speech (TTS) can convert any voice to text.
    **Support French, English & Persian (more languages soon)
    **The maximum length of a request can be 250 characters
    **Human-like natural sounding voices

Python Quick Start

  import requests

  api_url = 'https://text-to-speech5.p.rapidapi.com/api/tts'
  api_key = 'Your API Key'



  params= {"tech": "deep",    "text": "hello world.",    "language": "en"}
  header = {
      "x-rapidapi-host": "text-to-speech5.p.rapidapi.com",
      "x-rapidapi-key": api_key,
      "Content-Type": "application/x-www-form-urlencoded"
      }
  response = requests.post(api_url, params=params, headers=header)
#download and save mp3 file on disk
with open("test.mp3", "wb") as f:
    f.write(response.content)

####File output
If you get a http OK 200 message, you can download the audio file as a byte array.

फॉलोवर: 45
संसाधन:
उत्पाद वेबसाइट
API निर्माता:
Rapid account: Hi Voicy
HiVoicy
hivoicy-vxmKOG2vl
API को रेट करने के लिए लॉग इन करें
रेटिंग: 5 - वोट: 1