charis/tts

integrate some tts

Maintainers

Details

github.com/nnnoml/tts

Source

Issues

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/charis/tts

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

This package is auto-updated.

Last update: 2025-12-11 12:32:09 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');