{"id":17676590,"url":"https://github.com/yoannchb-pro/chromespeechrecognition","last_synced_at":"2026-05-08T10:35:24.118Z","repository":{"id":183445026,"uuid":"622031502","full_name":"yoannchb-pro/chromeSpeechRecognition","owner":"yoannchb-pro","description":"Access chrome SpeechRecognition with puppeteer in headless mode","archived":false,"fork":false,"pushed_at":"2023-04-01T00:30:38.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-16T05:36:41.368Z","etag":null,"topics":["chrome","puppeteer","speech-recognition","speech-to-text"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yoannchb-pro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-03-31T23:51:34.000Z","updated_at":"2023-04-01T00:12:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f05fd95-9365-43c7-8c13-8b478820eafa","html_url":"https://github.com/yoannchb-pro/chromeSpeechRecognition","commit_stats":null,"previous_names":["yoannchb-pro/chromespeechrecognition"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yoannchb-pro/chromeSpeechRecognition","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2FchromeSpeechRecognition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2FchromeSpeechRecognition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2FchromeSpeechRecognition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2FchromeSpeechRecognition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yoannchb-pro","download_url":"https://codeload.github.com/yoannchb-pro/chromeSpeechRecognition/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yoannchb-pro%2FchromeSpeechRecognition/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32776905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"ssl_error","status_checked_at":"2026-05-08T08:22:45.650Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["chrome","puppeteer","speech-recognition","speech-to-text"],"created_at":"2024-10-24T07:26:07.653Z","updated_at":"2026-05-08T10:35:24.097Z","avatar_url":"https://github.com/yoannchb-pro.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# chromeSpeechRecognition\n\nAccess chrome SpeechRecognition with puppeteer in headless mode\n\n\u003e NOTE: You will need to put chrome in the source directory\n\n## Install\n\n```\n$ npm i chrome-speech-recognition\n```\n\n## Import\n\n```js\nimport chromeSpeechRecognition from \"chrome-speech-recognition\";\n//or\nconst chromeSpeechRecognition = require(\"chrome-speech-recognition\").default;\n```\n\n## Example\n\n```js\nfunction callback(text) {\n  console.log(\"The user said: \", text);\n}\n\nconst chromePath = path.resolve(__dirname, \"../chrome/chrome.exe\");\n\nconst speechRecognitionOptions = {\n  lang: \"en\",\n};\n\nconst browser = await chromeSpeechRecognition(\n  callback,\n  chromePath,\n  speechRecognitionOptions\n);\n\n//when you want to stop listening\nsetTimeout(() =\u003e browser.close(), 10000);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannchb-pro%2Fchromespeechrecognition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyoannchb-pro%2Fchromespeechrecognition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyoannchb-pro%2Fchromespeechrecognition/lists"}