You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Command py main.py -v en_us_001 -p -f "FILENAME.txt" --session 3f***************** does not work and get's back a Status_code 5 error.
This one on the other Hand py main.py -v en_us_001 -p -t "This is a test-text" --session 3f****************** does work.
The content of the FILENAME.txt is just test
The text was updated successfully, but these errors were encountered:
try this command : py main.py -v en_us_001 -p -f FILENAME.txt --session 3f*****************
if it doesn't work, you can write a script to generate voice for each paragraph after that you can use moviepy to make them together in a final .mp3 file.
can I get the link in line 73 and 119 because mine is not working anymore ( api16-normal-useast5.us.tiktokv.com )
Line 73: url = f"https://api16-normal-v6.tiktokv.com/media/api/text/speech/invoke/?text_speaker={text_speaker}&req_text={req_text}&speaker_map_type=0&aid=1233"
Line 119: url = f"https://api16-normal-v6.tiktokv.com/media/api/text/speech/invoke/?text_speaker={text_speaker}&req_text={req_text}&speaker_map_type=0&aid=1233"
Yeah. I currently use streamerbot to generate a .bat file that got the text instead of the filename ^^
This Command
py main.py -v en_us_001 -p -f "FILENAME.txt" --session 3f*****************
does not work and get's back a Status_code 5 error.This one on the other Hand
py main.py -v en_us_001 -p -t "This is a test-text" --session 3f******************
does work.The content of the FILENAME.txt is just
test
The text was updated successfully, but these errors were encountered: