Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

SharkyRawr/go-tiktok-tts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TikTok Text-To-Speech module for Golang

Go Reference

Example:

    tts, err := tiktok_tts.TTS(tiktok_tts.VoiceEnglishFem1, "Hello World")
    if err != nil { /* ... */ }

    buf, err := base64.StdEncoding.DecodeString(tts.Data.VStr)
    if err != nil { /* ... */ }
    // buf now contains MP3 file data which can be written to a file

About

Go library for TikToks Text2Speech engine

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages