|
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
4 | 4 | <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"> |
6 | 22 | <title>Text Sound Visualizer</title> |
7 | 23 | <script src=" https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js" ></script> |
8 | 24 | <script src="https://cdnjs.cloudflare.com/ajax/libs/tone/14.8.49/Tone.min.js"></script> |
|
0 commit comments