{"id":21297550,"url":"https://github.com/gfyoung/basic-tts","last_synced_at":"2025-07-12T01:08:48.870Z","repository":{"id":33892362,"uuid":"159534595","full_name":"gfyoung/basic-tts","owner":"gfyoung","description":"Basic wrapper around the Speech Synthesis API","archived":false,"fork":false,"pushed_at":"2023-03-04T03:00:16.000Z","size":744,"stargazers_count":0,"open_issues_count":2,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-20T17:54:28.767Z","etag":null,"topics":["browser","speech-api","speech-synthesis","speech-to-text","tts","web-api"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gfyoung.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","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-28T16:48:36.000Z","updated_at":"2024-04-29T11:21:06.000Z","dependencies_parsed_at":"2025-03-15T17:40:24.990Z","dependency_job_id":"7e221001-33dc-4d02-9d27-ce3ec29b4e3c","html_url":"https://github.com/gfyoung/basic-tts","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/gfyoung/basic-tts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fbasic-tts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fbasic-tts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fbasic-tts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fbasic-tts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gfyoung","download_url":"https://codeload.github.com/gfyoung/basic-tts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gfyoung%2Fbasic-tts/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264922866,"owners_count":23683701,"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":["browser","speech-api","speech-synthesis","speech-to-text","tts","web-api"],"created_at":"2024-11-21T14:38:39.695Z","updated_at":"2025-07-12T01:08:48.834Z","avatar_url":"https://github.com/gfyoung.png","language":"JavaScript","readme":"[![Build Status](https://travis-ci.com/gfyoung/basic-tts.svg?branch=master)](https://travis-ci.com/gfyoung/basic-tts)\n\n# basic-tts\n\nBasic wrapper around the [Speech Synthesis API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesis).\n\nThis is a bare-bones wrapper with no dependencies besides a browser that supports text-to-speech.\nInstallation is relatively straightforward via [NPM Package Registry](https://www.npmjs.com/package/basic-tts):\n\n~~~\nnpm install basic-tts\n~~~\n\nAlternatively, you can use [GitHub's Package Registry](https://github.com/gfyoung/basic-tts/packages/57285).\n\nAfterwards, you can check the support of your browser in Node, for example, as follows:\n\n```javascript\nconst tts = require(\"basic-tts\");\nconsole.log(tts.isSupported());\n```\n\nThe repository also contains a demo HTML file ([demo.html](https://gfyoung.github.io/basic-tts/demo.html)) where you can also\nsee whether your browser supports text-to-speech. If it does, you can then see\nthe package in action.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfyoung%2Fbasic-tts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgfyoung%2Fbasic-tts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgfyoung%2Fbasic-tts/lists"}