speak_fast
Converts text to speech at a high speed using Windows TTS functionality, enabling quick audio playback for efficient listening and content processing.
Instructions
텍스트를 빠른 속도로 읽어줍니다
Input Schema
Name | Required | Description | Default |
---|---|---|---|
text | Yes |
Input Schema (JSON Schema)
{
"properties": {
"text": {
"title": "Text",
"type": "string"
}
},
"required": [
"text"
],
"title": "speak_fastArguments",
"type": "object"
}