speak
Convert text to speech using Windows' built-in Speech API. Control playback, adjust speed, and manage volume for clear audio output directly from your desktop.
Instructions
텍스트를 음성으로 읽어줍니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "speakArguments",
"type": "object"
}