Skip to content

Fix Windows Voice #22

@Jooms

Description

@Jooms
from win32com.client import Dispatch

engine = Dispatch.("SAPI.Spvoice")
engine.Volume = 100
engine.Voice = engine.GetVoices().Item(1)

engine.Speak(text)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions