Text-to-Speech

БЕСПЛАТНО
От voicerss | Обновлено 21 день назад | Media
Популярность

9.8 / 10

Задержка

829ms

Уровень обслуживания

100%

Health Check

N/A

Назад ко всем обсуждениям

Why doesn't the sound play like this in web2py?

Rapid account: Raghib
Raghib
8 лет назад

def index():
# These code snippets use an open-source library.
response_post = unirest.post(“https://voicerss-text-to-speech.p.mashape.com/?key=key1”,
headers={
“X-Mashape-Key”: “key2”,
“Content-Type”: “application/x-www-form-urlencoded”
},
params={
“c”: “mp3”,
“f”: “8khz_8bit_mono”,
“hl”: “en-us”,
“r”: 0,
“src”: “Hello, world!”
}
)
return locals()

{{extend ‘layout.html’}}
<audio controls>
<source src=“response_post” type=“audio/mpeg”>
unsupported
</audio>

is it wrong to play audio like this?

Rapid account: Voicerss
voicerss Commented 8 лет назад

Please try to use audio format 44khz_16bit_stereo

Присоединяйтесь к обсуждению – добавьте комментарий ниже:

Войдите / Зарегистрируйтесь, чтобы публиковать новые комментарии