{"id":26290955,"url":"https://github.com/kosich/rxjs-stt","last_synced_at":"2026-05-20T15:04:58.430Z","repository":{"id":42751578,"uuid":"280001966","full_name":"kosich/rxjs-stt","owner":"kosich","description":"RxJS wrapper for speech recognition Web API","archived":false,"fork":false,"pushed_at":"2023-01-07T20:08:12.000Z","size":485,"stargazers_count":2,"open_issues_count":9,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-12T21:40:29.983Z","etag":null,"topics":["javascript","rxjs","speech-recognition","speech-to-text","typescript"],"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/kosich.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}},"created_at":"2020-07-15T23:16:40.000Z","updated_at":"2025-02-17T12:36:00.000Z","dependencies_parsed_at":"2023-02-08T00:16:04.680Z","dependency_job_id":null,"html_url":"https://github.com/kosich/rxjs-stt","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Frxjs-stt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Frxjs-stt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Frxjs-stt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kosich%2Frxjs-stt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kosich","download_url":"https://codeload.github.com/kosich/rxjs-stt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243664689,"owners_count":20327520,"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":["javascript","rxjs","speech-recognition","speech-to-text","typescript"],"created_at":"2025-03-15T00:25:19.379Z","updated_at":"2026-05-20T15:04:58.329Z","avatar_url":"https://github.com/kosich.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003e\n    \u003cbr/\u003e\n    👂\n    \u003cbr/\u003e\n    \u003csub\u003e\u003csub\u003eWeb API Speech recognition with RxJS\u003c/sub\u003e\u003c/sub\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n    \u003ca href=\"https://www.npmjs.com/package/rxjs-stt\"\u003e\u003cimg src=\"https://img.shields.io/npm/v/rxjs-stt\" alt=\"NPM\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://bundlephobia.com/result?p=rxjs-stt@latest\"\u003e\u003cimg src=\"https://img.shields.io/bundlephobia/minzip/rxjs-stt?label=gzipped\" alt=\"Bundlephobia\"\u003e\u003c/a\u003e\n    \u003ca href=\"https://opensource.org/licenses/MIT\" rel=\"nofollow\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/rxjs-stt\" alt=\"MIT license\"\u003e\u003c/a\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n    \u003cbr/\u003e\n  \u003c/h1\u003e\n\u003c/div\u003e\n\nA RxJS wrapper around browser native [SpeechRecognition](https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognition)\n\nTry it [**online**](https://stackblitz.com/edit/rxjs-stt?file=index.ts)\n\n## Install\n\n```\nnpm i rxjs-stt\n```\n\n\n## Use\n\n```js\nimport { listen } from 'rxjs-stt';\n\nlisten({ lang: 'en' }).subscribe(e =\u003e {\n    if (e.type == 'result') {\n        console.log(e.results[0][0].transcript);\n    }\n});\n```\n\n## Enjoy 🙂\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosich%2Frxjs-stt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkosich%2Frxjs-stt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkosich%2Frxjs-stt/lists"}