- Solved the dependencies issue in
pip install requirement.txt
- oOptimized the silero_tts function
- Please follow the instructions from original repo:
- 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