15 Reputation Points
Ranked #2K
- Strength to Increase Rep
- +2
- Strength to Decrease Rep
- -0
100% Quality Score
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
0 Endorsements
Ranked #107.49K
Re: Is more easy... Use directly win32com module, don't use pytts. [CODE] if os.name=="nt": import win32com.client self.speaker = win32com.client.Dispatch("SAPI.SpVoice") self.speaker.Speak("Hello") [/CODE] |