Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix console output issue in tts function of synthesizer class #3973

Closed
wants to merge 1 commit into from

Commits on Aug 16, 2024

  1. Fix console output issue in tts function of synthesizer class

    Fix Console Printing Issue in synthesizer Class
    
    This update addresses an issue with the tts function in the synthesizer class where console output, including the array of split sentences, processing time, and real-time factor, was being printed during execution. This was causing unwanted console output when the synthesizer function is run in a thread.
    
    Changes Made:
    Added criteria SuppresPrintStatements type boolen to suppress console output generated by the tts function.
    
    Ensured that print statements are only triggered when explicitly required, preventing cluttered console output during threaded execution.
    This modification improves the usability of the synthesizer class when integrated into threaded applications and enhances the overall user experience by minimizing unnecessary console output.
    Dilshad24 committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fb1cec3 View commit details
    Browse the repository at this point in the history