Skip to content

Commit aacaf92

Browse files
committed
- add screenshot, add Text Sound Visualizer to tools.json and sidebar.html
1 parent 21d35c7 commit aacaf92

File tree

4 files changed

+29
-1
lines changed

4 files changed

+29
-1
lines changed

data/tools.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,5 +1340,16 @@
13401340
"aiPowered": false,
13411341
"featured": false,
13421342
"date": "2025-04-29"
1343+
},
1344+
{
1345+
"id": "text_sound_visualizer",
1346+
"title": "Text Sound Visualizer",
1347+
"description": "Transform text into unique sound wave patterns and visuals with this interactive Text Sound Visualizer. See and hear the audio fingerprint of any text based on letter frequency, word length, and punctuation.",
1348+
"url": "tools/text_sound_visualizer.html",
1349+
"screenshot": "screenshots/screenshot_175.png",
1350+
"type": "tool",
1351+
"aiPowered": false,
1352+
"featured": false,
1353+
"date": "2025-04-30"
13431354
}
13441355
]

screenshots/screenshot_175.png

17.7 KB
Loading

sidebar.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@ <h2>Tools by ChatGPT</h2>
260260
<li><a href="/tools/zalgo_text_generator.html">Zalgo Text Generator</a></li>
261261
<li><a href="/tools/character_map_explorer.html">Character Map Explorer</a></li>
262262
<li><a href="/tools/css_cursor_playground.html">CSS Cursor Playground - Interactive CSS Cursor Property Tool</a></li>
263+
<li><a href="/tools/text_sound_visualizer.html">Text Sound Visualizer</a></li>
263264
<!-- end -->
264265
</ul>
265266
</div>

tools/text_sound_visualizer.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,23 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<meta name="viewport" content="width=device-width,initial-scale=1.0">
5+
<meta name="description" content="Transform text into unique sound wave patterns and visuals with this interactive Text Sound Visualizer. See and hear the audio fingerprint of any text based on letter frequency, word length, and punctuation.">
6+
<meta name="keywords" content="text to sound, sound visualization, audio visualization, text visualization, sound waves, text to audio, online sound tool, audio fingerprint, text patterns, interactive audio">
7+
<meta name="author" content="Claude 3.7 Sonnet prompted by Tobias Müller">
8+
<meta name="robots" content="index, follow">
9+
<link rel="canonical" href="https://www.gptgames.dev/tools/text_sound_visualizer.html">
10+
<meta property="og:title" content="Text Sound Visualizer - Transform Text into Sound Patterns">
11+
<meta property="og:description" content="Create unique audio visualizations from any text. This tool transforms letters, words and punctuation into beautiful sound patterns you can see and hear.">
12+
<meta property="og:image" content="https://www.gptgames.dev/screenshots/screenshot_175.png">
13+
<meta property="og:url" content="https://www.gptgames.dev/tools/text_sound_visualizer.html">
14+
<meta property="og:type" content="website">
15+
<meta property="og:site_name" content="GPT Games">
16+
<meta name="twitter:card" content="summary_large_image">
17+
<meta name="twitter:title" content="Text Sound Visualizer - Transform Text into Sound Patterns">
18+
<meta name="twitter:description" content="Create unique audio visualizations from any text. This tool transforms letters, words and punctuation into beautiful sound patterns you can see and hear.">
19+
<meta name="twitter:image" content="https://www.gptgames.dev/screenshots/screenshot_175.png">
20+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
21+
<meta name="theme-color" content="#4a6eb5">
622
<title>Text Sound Visualizer</title>
723
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
824
<script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.min.js"></script>

0 commit comments

Comments
 (0)