tiktok-voice icon indicating copy to clipboard operation
tiktok-voice copied to clipboard

Simple Python script to interact with the TikTok TTS API

Results 23 tiktok-voice issues
Sort by recently updated
recently updated
newest added

I am sure there are TTS voices for other languages, so maybe try and figure out the options? - [x] English - [ ] Arabic - [x] German - [x]...

The current URL set for grabbing TTS data is `api16-normal-useast5.us.tiktokv.com`. User hakeem#0001 (311414202218708993) on Discord showed me today that there is a second URL in the TikTok APK: `api16-normal-c-alisg.tiktokv.com` and...

Could you please enable edge-tts to support the use of Bengali language?

Hi, I just tested with 2 diferents account and still get {'status': 'Session ID is invalid', 'status_code': 5}

I get this error: Error occurred while generating audio: Invalid base64-encoded string: number of data characters (1766705) cannot be 1 more than a multiple of 4 when generating audio with...

It was working for me till yesterday. (I have generated new sessionid. but the same issue persists.) Now I am getting the following error: ```Traceback (most recent call last): File...

This application is great, but when I take the browser's sessionid I am using, the error is not right. But if you use it, use it normally. Also when using...

I'm getting the following error: `{'status': 'This voice is unavailable now', 'status_code': 4, 'duration': '', 'speaker': '', 'log': '20231220113051EA7E6EF827C07F09F5A3'}` Seems that the voice I was using, 'en_us_006' is no longer...

it finished making about 15 videos and then this popped up, I've tried running it again but nothing happened This is what it shows: │ Saving Text to MP3 files......

Hello, hope you are doing great, just when I'm trying to run the script I have 2 issues : first one : playsound is relying on another python subprocess. Please...