Results 1 to 16 of 16

Thread: Direct Text-To-Speech - Simultaneous Voices?

Threaded View

  1. #6
    Addicted Member
    Join Date
    Jun 2018
    Posts
    189

    Re: Direct Text-To-Speech - Simultaneous Voices?

    Quote Originally Posted by mcoulter876 View Post
    That did it. But how could I create an array of them, so that it's not needed to specify just 2? That way, it would keep creating new voices each time I clicked the command button. Example: When I quickly click the Command Button 5 times, it creates 5 new voices, all speaking over each other.
    Then, you should experiment with the stuff bit.

    I don't know what's your actual idea behind this. However, just packing the stuff into a usercontrol and use it appropriately would be a better solution. Another would be to directly use a class module with the stuff, but may have problems with asynchronous speaking.

    The attached one is a small demonstration on the usercontrol approach, which you might adopt for your need. Just tested on both Win7 and Win10 and seems working well.
    Attached Files Attached Files

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width