charis/tts

integrate some tts

v0.0.5 2020-08-10 09:39 UTC

This package is auto-updated.

Last update: 2024-10-11 10:03:08 UTC


README

Integrate some tts ,tencent and etc

how to use

composer require charis/tts
//new class
$TTS = new \Src\TTS('Tencent',$app_id,$app_key,$text);
//format mp3 as base64
$TTS->getVoice()->format();
//save mp3
$TTS->getVoice()->save('./','bug');