{"id":18614922,"url":"https://github.com/andrewjbateman/javascript-speech-synthesis","last_synced_at":"2025-11-03T03:30:30.604Z","repository":{"id":96860612,"uuid":"159356392","full_name":"AndrewJBateman/javascript-speech-synthesis","owner":"AndrewJBateman","description":":clipboard: Javascript30 tutorial in vanilla javascript text to speech converter","archived":false,"fork":false,"pushed_at":"2021-06-17T15:17:32.000Z","size":286,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-12-27T02:44:57.923Z","etag":null,"topics":["css3","html5","javascript-speach-synthesis","javascript-text","javascript30","speech","speech-converter","speech-synthesis","tutorial","tutorial-exercises","vanilla-javascript-text"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AndrewJBateman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-27T15:23:16.000Z","updated_at":"2021-06-17T15:17:35.000Z","dependencies_parsed_at":"2023-04-12T00:41:01.422Z","dependency_job_id":null,"html_url":"https://github.com/AndrewJBateman/javascript-speech-synthesis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fjavascript-speech-synthesis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fjavascript-speech-synthesis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fjavascript-speech-synthesis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrewJBateman%2Fjavascript-speech-synthesis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrewJBateman","download_url":"https://codeload.github.com/AndrewJBateman/javascript-speech-synthesis/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239406449,"owners_count":19633024,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css3","html5","javascript-speach-synthesis","javascript-text","javascript30","speech","speech-converter","speech-synthesis","tutorial","tutorial-exercises","vanilla-javascript-text"],"created_at":"2024-11-07T03:27:26.248Z","updated_at":"2025-11-03T03:30:30.573Z","avatar_url":"https://github.com/AndrewJBateman.png","language":"CSS","readme":"# :zap: Javascript Speech Synthesis\n\nWes Bos Youtube Tutorial: [JavaScript Text-To-Speech - #JavaScript30 23/30](https://www.youtube.com/watch?v=saCpKH_xdgs).\n* **Note:** to open web links in a new window use: _ctrl+click on link_\n\n![GitHub repo size](https://img.shields.io/github/repo-size/AndrewJBateman/javascript-speech-synthesis?style=plastic)\n![GitHub pull requests](https://img.shields.io/github/issues-pr/AndrewJBateman/javascript-speech-synthesis?style=plastic)\n![GitHub Repo stars](https://img.shields.io/github/stars/AndrewJBateman/javascript-speech-synthesis?style=plastic)\n![GitHub last commit](https://img.shields.io/github/last-commit/AndrewJBateman/javascript-speech-synthesis?style=plastic)\n\n## :page_facing_up: Table of contents\n\n* [General info](#general-info)\n* [Screenshots](#screenshots)\n* [Technologies](#technologies)\n* [Setup](#setup)\n* [Features](#features)\n* [Status](#status)\n* [Inspiration](#inspiration)\n* [Contact](#contact)\n\n## :books: General info\n\n* Tutorial Code using javascript speech synthesis.\n\n## :camera: Screenshots\n\n![Example screenshot](./img/speach.png).\n\n## :signal_strength: Technologies\n\n* [Javascript ECMA-262 ECMAScript 2020](http://www.ecma-international.org/publications/standards/Ecma-262.htm)\n\n## :floppy_disk: Setup\n\n* Open index.html in browser. If any code is changed the browser needs to be refreshed.\n\n## :computer: Code Examples\n\n* show voices that can be chosen by user in a dropdown menu.\n\n```javascript\nfunction populateVoices() {\n  voices = this.getVoices(); // array of 25 synthesised voices, including name \u0026 language\n  voicesDropdown.innerHTML = voices\n  .filter(voice =\u003e voice.lang.includes('en')) // limit 25 voices to just the ones in English\n  .map(voice =\u003e `\u003coption value=\"${voice.name}\"\u003e${voice.name} (${voice.lang})\u003c/option\u003e`)\n  .join('');\n}\n```\n\n## :cool: Features\n\n*  Options to select different voices, voice speed and pitch.\n\n## :clipboard: Status \u0026 To-Do List\n\n* Status: Working.\n* To-Do: Nothing.\n\n## :clap: Inspiration\n\n* Wes Bos Youtube Tutorial: [JavaScript Text-To-Speech - #JavaScript30 23/30](https://www.youtube.com/watch?v=saCpKH_xdgs).\n\n## :file_folder: License\n\n* N/A\n\n## :envelope: Contact\n\n* Repo created by [ABateman](https://github.com/AndrewJBateman), email: gomezbateman@yahoo.com\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fjavascript-speech-synthesis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrewjbateman%2Fjavascript-speech-synthesis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrewjbateman%2Fjavascript-speech-synthesis/lists"}