Skip to content

RockkLee/AI-Waifu-Vtuber

 
 

Repository files navigation

Fork from ardha27/AI-Waifu-Vtuber

Revised parts:

  • Solved the dependencies issue in pip install requirement.txt
  • oOptimized the silero_tts function

Installation

playsound.py

  • This app uses a third-party audio lib, and due to the bug with files not being closed after playing, we need to revise the lib with the code below.
    if block:
        sleep(float(durationInMS) / 1000.0)
        winCommand('close', alias) # Add this line to close the file after playing

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.9%
  • Batchfile 0.1%