Giter Site home page Giter Site logo

tiktok-tts's Introduction

tiktok-tts

Generate TikTok Text-to-Speech voices in your browser

tiktok-tts's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tiktok-tts's Issues

Adding More TTS

Do you plan on adding more Text TO Speech Voices,
like "Adorable Girl"?

Request Timing out

I was trying to make a request to the api using nodejs express but it does not return anything and it times out
my code:

mport express from 'express';
import axios from 'axios';
import { TextEncoder } from 'util';
import fs from 'fs';
import path from 'path';


const ENDPOINT = 'https://tiktok-tts.weilnet.workers.dev';
const text = 'hello baby';
const voice = "en_us_ghostface"

axios({
    method: 'post',
    url: `${ENDPOINT}/api/generation`,
    headers: {
      'Content-Type': 'application/json',
    },
    data: {
      text: text,
      voice: voice,
    },
  })
    .then((response) => {
      // Handle successful response
      response.data.pipe(fs.createWriteStream('audio.mp3'));
    })
    .catch((error) => {
      // Handle error
      console.error(error);
    });

charcount

Hello.
In the web based application, it switch from 999 characters to 300. Please how do I fix that?

Website is down?

When I try to go to the website, it says "PR_END_OF_FILE_ERROR" in Firefox.

Can t use tts

I try to make a tiktok video but i can t, the site isn t working

Service not Available

I input text but it returns: Service not available ("Service temporarily unavailable (lacking session IDs)")

Offline

Is there a way to use this totally offline?

How to replace existing tts

Hi, I have downloaded this project and it got tts in it. I'd like to replace it with yours. However, I don't know how to do it at all. Would you or anyone who's reading this help me out? Thanks in advance!

Web Worker's source code

Where is the source code for the Web Worker? Does it use this project or something else?

I'm trying to create my own TTS endpoint for a personal project that might have spurts of high volume, so I'd rather not hammer your web worker :-)

The character limit be more ?

Can the character limit be more ? i'm seeing it limited to 300 characters? too short... maybe to limited?
the "singing" part doesn't read all the content?

Add more Singing Voices

I know someone requested about singing voices #2 but there's 4 more, like, "Glorious", "It Goes Up", "Chipmunk" and "Dramatic".
I'd be glad if these voices will be added.

Larger text limit and Worker Source

Hi, I want to use these voices to create YouTube videos but it takes a lot of time to break the text into 300 chars and generate copy edit and all.

It would be nice if you could increase the text limit.

Also, please provide the worker's source if possible.

Thanks for this tool!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.