Skip to content

Commit ad7acfc

Browse files
committed
- add text to speech tool to sidebar.html and tools.json, add screenshot
1 parent 28347d2 commit ad7acfc

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,5 +1648,16 @@
16481648
"aiPowered": false,
16491649
"featured": false,
16501650
"date": "2025-07-11"
1651+
},
1652+
{
1653+
"id": "text_to_speech",
1654+
"title": "Text-to-Speech Tool",
1655+
"description": "Convert text to speech online with TextSpeak. Advanced TTS tool with multiple voices, adjustable speed, pitch, and volume. Free text-to-speech converter with real-time highlighting.",
1656+
"url": "tools/text_to_speech.html",
1657+
"screenshot": "screenshots/screenshot_214.webp",
1658+
"type": "tool",
1659+
"aiPowered": false,
1660+
"featured": false,
1661+
"date": "2025-07-19"
16511662
}
16521663
]

screenshots/screenshot_214.webp

12.3 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,7 @@ <h2>Tools by ChatGPT</h2>
299299
<li><a href="/tools/pixel_art_animator.html">Pixel Art Animator</a></li>
300300
<li><a href="/tools/image_placeholder_generator.html">Image Placeholder Generator</a></li>
301301
<li><a href="/games/mini_tower_defense.html">Elite Tower Defense</a></li>
302+
<li><a href="/tools/text_to_speech.html">Text-to-Speech Tool</a></li>
302303
<!-- end -->
303304
</ul>
304305
</div>

0 commit comments

Comments
 (0)